changeset 22539:af6dc9f0fa8b

cosmetics: Move depend target in preparation for upcoming changes.
author diego
date Tue, 13 Mar 2007 22:43:11 +0000
parents 099a3c8158dd
children 52c574919687
files Makefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Mar 13 22:32:22 2007 +0000
+++ b/Makefile	Tue Mar 13 22:43:11 2007 +0000
@@ -318,6 +318,10 @@
 	rm -f $(LIBDIR)/mplayer/vidix/*.so
 	-rmdir -p $(LIBDIR)/mplayer/vidix
 
+dep depend: help_mp.h version.h codecs.conf.h
+	$(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) $(SRCS_COMMON) 1>.depend
+	@for a in $(PARTS); do $(MAKE) -C $$a dep; done
+
 clean:
 	-rm -f *.o *.a *~
 	-rm -f mplayer$(EXESUF) mencoder$(EXESUF) codec-cfg$(EXESUF) \
@@ -332,10 +336,6 @@
 strip:
 	strip -s $(ALL_PRG)
 
-dep depend: help_mp.h version.h codecs.conf.h
-	$(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) $(SRCS_COMMON) 1>.depend
-	@for a in $(PARTS); do $(MAKE) -C $$a dep; done
-
 # ./configure must be rerun if it changed
 config.h: configure
 	@echo "############################################################"