Skip to content
Snippets Groups Projects
Commit 91beada7 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -210,7 +210,7 @@ ifeq ($(BUILD_VHOOK),yes) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment