X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=8cb5d5972296e952cd1de31f7f5183d3345ced6c;hb=abeddedca7db1014ca71e910972c4bc6ccea7e03;hp=80966f0ff5b72860922815cdc8d570533074d4eb;hpb=9963e33f7f8e47b38d0ce353aba817154d4631a8;p=chise%2Fconcord.git 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)