--- libaitcfg/inc/Makefile.in 2009/09/09 09:07:31 1.2 +++ libaitcfg/inc/Makefile.in 2022/12/05 22:31:12 1.4 @@ -3,7 +3,7 @@ # AITNET ltd - Sofia/Bulgaria # # $Author: misho $ -# $Id: Makefile.in,v 1.2 2009/09/09 09:07:31 misho Exp $ +# $Id: Makefile.in,v 1.4 2022/12/05 22:31:12 misho Exp $ # prefix = @prefix@ @@ -20,4 +20,6 @@ clean: @rm -f *~ install: - ${INSTALL} aitcfg.h ${includedir} + ${INSTALL} -d ${prefix} + ${INSTALL} -d ${includedir} + ${INSTALL} aitcfg.h aitpwd.h ${includedir}