Commit 877a7c13 authored by diego's avatar diego

.depend needs version.h, noticed by Uoti Urpala


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5510 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9c13e084
...@@ -199,7 +199,7 @@ ifeq ($(BUILD_VHOOK),yes) ...@@ -199,7 +199,7 @@ ifeq ($(BUILD_VHOOK),yes)
$(MAKE) -C vhook depend $(MAKE) -C vhook depend
endif endif
.depend: $(SRCS) .depend: $(SRCS) version.h
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
.libs: lib .libs: lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment