Commit fb28760a authored by mru's avatar mru

fix make dep with some gcc versions


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6988 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 131e08a1
......@@ -208,7 +208,7 @@ ifeq ($(CONFIG_VHOOK),yes)
endif
.depend: $(SRCS) version.h
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(filter-out %.h,$^) 1>.depend
.libs: lib
@test -f .libs || touch .libs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment