fix make dep with some gcc versions

Originally committed as revision 6988 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Måns Rullgård 18 years ago
parent 38ca53dae9
commit 0032cac2c9
  1. 2
      Makefile

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

Loading…
Cancel
Save