diff options
author | Roy Marples <roy@marples.name> | 2008-01-06 19:52:43 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-06 19:52:43 +0000 |
commit | b1540cba5b88a1ef625b66990af66fbb6aa15e62 (patch) | |
tree | 8c4d960d90e10464472b8105219fe9e7b8901800 /src/rc | |
parent | 8afb86a5deb7187e87f35a62959e3944348eb0d9 (diff) |
Use a dynamically expanding buffer for reading config files.
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index 6d3d7dd5..da0c95ed 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -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 |