diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-04 01:44:25 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-04 01:44:25 +0000 |
commit | 95a3cdde3945b0fe47f081e16bb8f60c05dbb4b1 (patch) | |
tree | f84ef747e8b2671110b8f1a62d826ea8c56f483a /share/syscons/fonts/Makefile | |
parent | 8677f5094d3717c339715f0371dc6574f4049fe0 (diff) |
Back out cd ${.CURDIR}, stale obj fault
Notes
Notes:
svn path=/head/; revision=24605
Diffstat (limited to 'share/syscons/fonts/Makefile')
-rw-r--r-- | share/syscons/fonts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index 3512071380b6..3ebc0f01a8a3 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -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> |