It's safe to assume that ${.OBJDIR} == ${.CURDIR} in the

NOOBJ-hinted Makefiles.
This commit is contained in:
Ruslan Ermilov 2001-10-24 09:16:23 +00:00
parent 3a6ec54e58
commit fe5e2a2c52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85402

View File

@ -3,7 +3,7 @@
NOOBJ= noobj
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/values.h \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 values.h \
${DESTDIR}/usr/include
.include <bsd.prog.mk>