Commit 91beada7 authored by Diego Biurrun's avatar Diego Biurrun

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

compile dependencies for.

Originally committed as revision 6144 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 27303c8a
......@@ -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