From a13fbce1f1a33bf745d83984baeed686222fb429 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 7 Sep 1999 10:26:54 +0000 Subject: Adding $MKDIRFLAGS needed for NT git-svn-id: http://svn.cactuscode.org/flesh/trunk@883 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/make.thornlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/make/make.thornlib') 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 -- cgit v1.2.3