[MPlayer-cvslog] r26632 - trunk/Makefile
diego
subversion at mplayerhq.hu
Thu May 1 16:02:35 CEST 2008
Author: diego
Date: Thu May 1 16:02:35 2008
New Revision: 26632
Log:
Remove recurse target. Instead, make FFmpeg parts depend on the phony recurse
target so that their directories will be recursed unconditionally.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu May 1 16:02:35 2008
@@ -690,10 +690,7 @@ DIRS = . \
TOOLS \
vidix \
-all: recurse $(ALL_PRG)
-
-recurse:
- for part in $(PARTS); do $(MAKE) -C $$part; done
+all: $(ALL_PRG)
%.d: %.c
$(MPDEPEND_CMD) > $@
@@ -744,7 +741,7 @@ ifneq ($(HELP_FILE),help/help_mp-en.h)
endif
define RECURSIVE_RULE
-$(part)/$(part).a:
+$(part)/$(part).a: recurse
$(MAKE) -C $(part)
endef
More information about the MPlayer-cvslog
mailing list