From: tomo Date: Sat, 12 Jan 2008 15:05:05 +0000 (+0000) Subject: (MKDIR): New variable. X-Git-Tag: chise-base-0_24~2 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=f5f8ae5e9f5609cd8a779579f5e6148a55ae8c73 (MKDIR): New variable. (install.h): Make $(INCLUDE_INSTALLDIR). (install.libs): Make $(LIB_INSTALLDIR). --- diff --git a/Makefile.in b/Makefile.in index 80966f0..8cb5d59 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,6 +7,7 @@ LIBTOOL = @LIBTOOL@ RM = /bin/rm -f TAR = tar +MKDIR = mkdir -p ## The default location for installation. Everything is placed in @@ -65,9 +66,11 @@ name.lo: name.c concord-name.h install: install.h install.libs install.h: + $(MKDIR) $(INCLUDE_INSTALLDIR) install -c $(HEADERS) $(INCLUDE_INSTALLDIR) install.libs: libconcord.la + $(MKDIR) $(LIB_INSTALLDIR) $(LIBTOOL) --mode=install install -c libconcord.la $(LIB_INSTALLDIR)