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

NOOBJ-hinted Makefiles.
This commit is contained in:
ru 2001-10-24 09:16:23 +00:00
parent c65eec68e0
commit cd20265637

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>