Back out cd ${.CURDIR}, stale obj fault

This commit is contained in:
Andrey A. Chernov 1997-04-04 01:44:25 +00:00
parent 8677f5094d
commit 95a3cdde39
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24605
2 changed files with 2 additions and 4 deletions

View File

@ -21,8 +21,7 @@ NOMAN = noman
NOOBJ = noobj
install:
cd ${.CURDIR} && \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
${DESTDIR}${FONTDIR}
.include <bsd.prog.mk>

View File

@ -21,8 +21,7 @@ NOMAN = noman
NOOBJ = noobj
install:
cd ${.CURDIR} && \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \
${DESTDIR}${MAPSDIR}
.include <bsd.prog.mk>