diff options
author | ru <ru@FreeBSD.org> | 2001-10-24 09:16:23 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-10-24 09:16:23 +0000 |
commit | cd2026563735db7bc22311386525372f41cc1838 (patch) | |
tree | 2d1729367f037896b3e9544012e0925217e68458 /gnu | |
parent | c65eec68e0189b241d6407483a4ac2ec0d68636f (diff) | |
download | FreeBSD-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/Makefile | 2 |
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> |