From 364d43782d3687a840aebe5ede72c7b0cf17534e Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 15 Feb 2000 07:15:41 +0000 Subject: The people frobbing this file seem constitutionally unable to do so without breaking it. Use ${.CURDIR} properly so that beforeinstall target will actually work in the presence of an obj dir. --- games/wargames/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/wargames/Makefile b/games/wargames/Makefile index b5841eb..1b9ae0b 100644 --- a/games/wargames/Makefile +++ b/games/wargames/Makefile @@ -4,7 +4,7 @@ MAN6= wargames.6 beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${.CURDIR}/wargames.sh \ ${DESTDIR}${BINDIR}/wargames .include -- cgit v1.1