From 71b1ffbbef684c45fef47c5bbdb1221ed6614e74 Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 22 Dec 1993 04:30:48 +0000 Subject: fix from Christos Zoulas: use .CURDIR for path. not necessary, but 'safe' --- wargames/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wargames') diff --git a/wargames/Makefile b/wargames/Makefile index 694274d6..6255dea8 100644 --- a/wargames/Makefile +++ b/wargames/Makefile @@ -1,11 +1,11 @@ # from: @(#)Makefile 5.3 (Berkeley) 6/8/90 -# $Id: Makefile,v 1.2 1993/08/01 05:43:55 mycroft Exp $ +# $Id: Makefile,v 1.3 1993/12/22 04:30:48 cgd Exp $ NOOBJ= noobj all wargames clean cleandir depend lint tags: install: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \ - ${DESTDIR}/usr/games/wargames + install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames .include -- cgit v1.2.3-56-ge451