diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-24 09:16:23 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-24 09:16:23 +0000 |
| commit | fe5e2a2c5288a07d6bc5af48003b63621c13d529 (patch) | |
| tree | 2d1729367f037896b3e9544012e0925217e68458 | |
| parent | 3a6ec54e58443cbf03ff7f0fd2864cc6cfb65fd3 (diff) | |
Notes
| -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 604971fb4ecf..c6cce86d2583 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> |
