From 531b6fdbf624f1622b9b4fea6868b18625123dd5 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 27 Oct 2006 14:03:25 +0000 Subject: Have 'make install' make the directories, its really make install's job and not configure's. Note that configure may still try to make the dirs anyway, e.g. if you are generating ssl certs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5553 e03df62e-2008-0410-955e-edbf42e46eb7 --- .Makefile.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.Makefile.inc') diff --git a/.Makefile.inc b/.Makefile.inc index 875c904ff..829da54cc 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -37,6 +37,11 @@ ircd: ${MAKE} -C src DIRNAME="src" $(MAKEARGS) install: all + @-mkdir -p ${BASE} + @-mkdir -p $(LIBPATH) + @-mkdir -p $(BINPATH) + @-mkdir -p $(CONPATH) + @-mkdir -p ${MODPATH} -install -m 0700 src/libIRCDaes.so $(LIBPATH) -install -m 0700 src/libIRCDasyncdns.so $(LIBPATH) -install -m 0700 src/libIRCDbase.so $(LIBPATH) -- cgit v1.2.3