summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-02-21 18:19:26 +0000
committerMåns Rullgård <mans@mansr.com>2009-02-21 18:19:26 +0000
commit36798f1bf014e6da142c2089ffc0a6a858bde53a (patch)
tree2974399b74a6076ca748b5238da047cd712db2ef /Makefile
parent73d65a96ae97a7cfb8b3f409a87b0060920a08de (diff)
Declare version.h dependencies explicitly
Originally committed as revision 17483 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9a0873042d..f1897fb5bb 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,8 @@ tools/%$(EXESUF): tools/%.c
ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS)
+cmdutils.o cmdutils.d: version.h
+
alltools: $(addsuffix $(EXESUF),$(addprefix tools/, cws2fws pktdumper qt-faststart trasher))
VHOOKCFLAGS += $(filter-out -mdynamic-no-pic,$(CFLAGS))