summaryrefslogtreecommitdiff
path: root/lib/make/make.thornlib
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/make.thornlib')
-rw-r--r--lib/make/make.thornlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.thornlib b/lib/make/make.thornlib
index 80dbf046..cd6e9fe9 100644
--- a/lib/make/make.thornlib
+++ b/lib/make/make.thornlib
@@ -79,7 +79,7 @@ include $(CONFIG)/make.config.rules
.PHONY: $(addsuffix .check, $(SUBDIRS))
$(addsuffix .check, $(SUBDIRS)) :
- if [ ! -d $(basename $@) ] ; then $(MKDIR) $(basename $@) ; fi
+ if [ ! -d $(basename $@) ] ; then $(MKDIR) $(MKDIRFLAGS) $(basename $@) ; fi
cd $(basename $@) ; $(MAKE) TOP=$(TOP) CONFIG=$(CONFIG) SRCDIR=$(SRCDIR)/$(basename $@) THORN=$(THORN) -f $(MAKE_DIR)/make.subdir
# This one puts a file containing identity info into the build subdirectory