summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-02 15:10:37 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-02 15:10:37 +0000
commitd6e36b7aefd3fd15c556eeb9870f8942b8d1fdc6 (patch)
treea88b696806fe8768a46a37295b853e34b427481b /Makefile
parent98ba65484681c0670a2a4e2579d736b0a3604728 (diff)
downloadmpv-d6e36b7aefd3fd15c556eeb9870f8942b8d1fdc6.tar.bz2
mpv-d6e36b7aefd3fd15c556eeb9870f8942b8d1fdc6.tar.xz
version.h for make dep fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@946 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 acf31c9d8f..ba586cdc8a 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ distclean:
dep: depend
-depend: .depend
+depend: version.h config.h .depend
@for a in mp3lib libac3 libmpeg2 libvo opendivx encore loader/DirectShow ; do $(MAKE) -C $$a dep ; done
.depend: Makefile config.mak config.h