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
This commit is contained in:
Diego Biurrun 2006-08-31 18:30:41 +00:00
parent 27303c8abc
commit 91beada72a
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ ifeq ($(BUILD_VHOOK),yes)
endif endif
.depend: $(SRCS) version.h .depend: $(SRCS) version.h
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(SRCS) 1>.depend
.libs: lib .libs: lib
@test -f .libs || touch .libs @test -f .libs || touch .libs