summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-10-24 09:16:23 +0000
committerru <ru@FreeBSD.org>2001-10-24 09:16:23 +0000
commitcd2026563735db7bc22311386525372f41cc1838 (patch)
tree2d1729367f037896b3e9544012e0925217e68458 /gnu
parentc65eec68e0189b241d6407483a4ac2ec0d68636f (diff)
downloadFreeBSD-src-cd2026563735db7bc22311386525372f41cc1838.zip
FreeBSD-src-cd2026563735db7bc22311386525372f41cc1838.tar.gz
It's safe to assume that ${.OBJDIR} == ${.CURDIR} in the
NOOBJ-hinted Makefiles.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/include/Makefile b/gnu/include/Makefile
index 604971f..c6cce86 100644
--- a/gnu/include/Makefile
+++ b/gnu/include/Makefile
@@ -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>
OpenPOWER on IntegriCloud