mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
27303c8abc
commit
91beada72a
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue