Commit fd071c26 authored by Diego Biurrun's avatar Diego Biurrun

.depend needs version.h, noticed by Uoti Urpala

Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2ba042a7
......@@ -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
......
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