summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4200895539..1412bbff6f 100644
--- a/Makefile
+++ b/Makefile
@@ -688,8 +688,6 @@ $(DEPS) recurse: help_mp.h version.h codecs.conf.h
dep depend: $(DEPS)
for part in $(PARTS); do $(MAKE) -C $$part .depend; done
-CFLAGS := $(subst -I..,-I.,$(CFLAGS))
-
define RECURSIVE_RULE
$(part)/$(part).a:
$(MAKE) -C $(part)