[MPlayer-cvslog] r26605 - trunk/Makefile
diego
subversion at mplayerhq.hu
Wed Apr 30 14:37:49 CEST 2008
Author: diego
Date: Wed Apr 30 14:37:49 2008
New Revision: 26605
Log:
Make the default target depend on the recurse target again so that the
all necessary subdirectories are recursed by default.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Apr 30 14:37:49 2008
@@ -694,7 +694,7 @@ DIRS = . \
TOOLS \
vidix \
-all: $(ALL_PRG)
+all: recurse $(ALL_PRG)
recurse:
for part in $(PARTS); do $(MAKE) -C $$part; done
@@ -754,8 +754,6 @@ endef
$(foreach part,$(PARTS),$(eval $(RECURSIVE_RULE)))
-$(OBJS): recurse
-
mplayer$(EXESUF): $(MPLAYER_DEPS)
$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)
More information about the MPlayer-cvslog
mailing list