summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)