summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1412bbff6f..e922cb7f0b 100644
--- a/Makefile
+++ b/Makefile
@@ -686,7 +686,7 @@ include mpcommon.mak
DEPS = $(filter-out %.S,$(patsubst %.cpp,%.d,$(patsubst %.c,%.d,$(SRCS_COMMON) $(SRCS_MPLAYER:.m=.d) $(SRCS_MENCODER))))
$(DEPS) recurse: help_mp.h version.h codecs.conf.h
dep depend: $(DEPS)
- for part in $(PARTS); do $(MAKE) -C $$part .depend; done
+ for part in $(PARTS); do $(MAKE) -C $$part depend; done
define RECURSIVE_RULE
$(part)/$(part).a: