From 95a3cdde3945b0fe47f081e16bb8f60c05dbb4b1 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 4 Apr 1997 01:44:25 +0000 Subject: [PATCH] Back out cd ${.CURDIR}, stale obj fault --- share/syscons/fonts/Makefile | 3 +-- share/syscons/keymaps/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 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 diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile index fe3e309e0338..1ee5f3b6956e 100644 --- a/share/syscons/keymaps/Makefile +++ b/share/syscons/keymaps/Makefile @@ -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