From 7afe3a8a337ccdab4045901e7e72339cb04b7289 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 2 Apr 1997 16:56:56 +0000 Subject: cd ${.CURDIR} before installing, since no files in the obj directory --- share/syscons/fonts/Makefile | 5 +++-- share/syscons/keymaps/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'share/syscons') diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index dc3355f869a64..3512071380b64 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.12 1997/02/22 13:56:36 peter Exp $ FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \ cp437-thin-8x8.fnt cp437-thin-8x16.fnt \ @@ -21,7 +21,8 @@ NOMAN = noman NOOBJ = noobj install: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \ + cd ${.CURDIR} && \ + ${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 0d7b8c3962d2b..fe3e309e03385 100644 --- a/share/syscons/keymaps/Makefile +++ b/share/syscons/keymaps/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.18 1997/02/22 13:56:38 peter Exp $ KEYMAPS= INDEX.keymaps KEYMAPS+= be.iso.kbd @@ -21,7 +21,8 @@ NOMAN = noman NOOBJ = noobj install: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \ + cd ${.CURDIR} && \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \ ${DESTDIR}${MAPSDIR} .include -- cgit v1.3