summaryrefslogtreecommitdiff
path: root/src/rc/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-06 19:52:43 +0000
committerRoy Marples <roy@marples.name>2008-01-06 19:52:43 +0000
commitb1540cba5b88a1ef625b66990af66fbb6aa15e62 (patch)
tree8c4d960d90e10464472b8105219fe9e7b8901800 /src/rc/Makefile
parent8afb86a5deb7187e87f35a62959e3944348eb0d9 (diff)
downloadopenrc-b1540cba5b88a1ef625b66990af66fbb6aa15e62.tar.gz
openrc-b1540cba5b88a1ef625b66990af66fbb6aa15e62.tar.bz2
openrc-b1540cba5b88a1ef625b66990af66fbb6aa15e62.tar.xz
Use a dynamically expanding buffer for reading config files.
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r--src/rc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index 6d3d7dd..da0c95e 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