summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-22 22:07:25 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-22 22:07:25 +0000
commitcdb4508afc7bb0e1552d656c3278125142a0aee8 (patch)
tree671890a927e8a93f0ca2835b24944b2029be9373 /Makefile
parentdb92e7a6b717e61f9abbe2335504c6549da035d8 (diff)
downloadmpv-cdb4508afc7bb0e1552d656c3278125142a0aee8.tar.bz2
mpv-cdb4508afc7bb0e1552d656c3278125142a0aee8.tar.xz
"make depend" requires version.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18792 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdffcf6ad5..8c4f0fbe93 100644
--- a/Makefile
+++ b/Makefile
@@ -518,7 +518,7 @@ strip:
dep: depend
-depend: help_mp.h
+depend: help_mp.h version.h
$(CC) -MM $(CFLAGS) -DCODECS2HTML mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
@for a in $(PARTS); do $(MAKE) -C $$a dep; done