Use a dynamically expanding buffer for reading config files.

This commit is contained in:
Roy Marples
2008-01-06 19:52:43 +00:00
parent 8afb86a5de
commit b1540cba5b
3 changed files with 108 additions and 108 deletions

View File

@@ -48,7 +48,7 @@ version.h:
echo "#define BRANDING \"${BRANDING}\"" >> version.h; \
fi
install:
install: all
${INSTALL} -d ${DESTDIR}${BINDIR}
${INSTALL} ${PROG} ${DESTDIR}${BINDIR}
${INSTALL} -d ${DESTDIR}/bin