summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cde5354325..f4937b0982 100644
--- a/Makefile
+++ b/Makefile
@@ -647,7 +647,7 @@ DIRS = dvdread \
TOOLS \
vidix \
-all: recurse $(ALL_PRG)
+all: $(ALL_PRG)
recurse:
for part in $(PARTS); do $(MAKE) -C $$part; done
@@ -671,6 +671,8 @@ endef
$(foreach part,$(PARTS),$(eval $(RECURSIVE_RULE)))
+$(OBJS): recurse
+
mplayer$(EXESUF): $(MPLAYER_DEPS)
$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)