mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-25 08:02:19 +08:00
fix make dep with some gcc versions
Originally committed as revision 6988 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
Makefile
2
Makefile
@ -208,7 +208,7 @@ ifeq ($(CONFIG_VHOOK),yes)
|
||||
endif
|
||||
|
||||
.depend: $(SRCS) version.h
|
||||
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
|
||||
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(filter-out %.h,$^) 1>.depend
|
||||
|
||||
.libs: lib
|
||||
@test -f .libs || touch .libs
|
||||
|
Reference in New Issue
Block a user