summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 12:37:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 12:37:49 +0000
commit06b5ea6b44d97cc7ae9b5892d557b1d06729497e (patch)
tree4bb73f5c5bc5d43ea89310766558b5208b4adbd6 /Makefile
parent887c305ee7d73232a489065ea2f35ee50d07d56c (diff)
downloadmpv-06b5ea6b44d97cc7ae9b5892d557b1d06729497e.tar.bz2
mpv-06b5ea6b44d97cc7ae9b5892d557b1d06729497e.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
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)