summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c65bfb34..eb883db7 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ $(foreach B,$(BUILD_ITEMS),$(eval \
%.mk: ;
make/%.mk: ;
+BUILDRULES ?= libtool
include make/rules.mk
DUMMY := $(shell mkdir $(foreach B,$(BUILD_ITEMS),$(B)/$(OUTPUT_DIR)) 2>/dev/null)