From 06b5ea6b44d97cc7ae9b5892d557b1d06729497e Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 30 Apr 2008 12:37:49 +0000 Subject: Make the default target depend on the recurse target again so that the all necessary subdirectories are recursed by default. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26605 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6fcdc771b2..9ee5c7a6da 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3