.depend needs version.h, noticed by Uoti Urpala

Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-06-22 21:28:30 +00:00
parent 2ba042a756
commit fd071c2659
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ ifeq ($(BUILD_VHOOK),yes)
$(MAKE) -C vhook depend
endif
.depend: $(SRCS)
.depend: $(SRCS) version.h
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
.libs: lib