Commit cb353132 authored by diego's avatar diego

Some gcc versions dislike version.h to appear in the list of files to

compile dependencies for.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6144 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 13ebc5ac
......@@ -210,7 +210,7 @@ ifeq ($(BUILD_VHOOK),yes)
endif
.depend: $(SRCS) version.h
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(SRCS) 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