Skip to content
Snippets Groups Projects
Commit fd071c26 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

.depend needs version.h, noticed by Uoti Urpala

Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2ba042a7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment