summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3c00433ae1..feaf31ea7b 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ distclean:
dep: depend
depend:
+ ./version.sh
$(CC) -MM $(CFLAGS) mplayer.c $(SRCS) 1>.depend
@for a in mp3lib libac3 libmpeg2 libvo libao2 opendivx encore loader/DirectShow ; do $(MAKE) -C $$a dep ; done