From 53855f86140f687b2a00fef401a073d3f0a2d165 Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 30 Sep 2003 09:23:19 +0000 Subject: remove unnecessary / --- phantasia/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phantasia') diff --git a/phantasia/Makefile b/phantasia/Makefile index 60f513f8..474af4ec 100644 --- a/phantasia/Makefile +++ b/phantasia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/03/05 21:31:23 thorpej Exp $ +# $NetBSD: Makefile,v 1.27 2003/09/30 09:23:19 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include @@ -21,7 +21,7 @@ ALLFILES=gold lastdead mess monsters void motd characs scoreboard FILES=gold lastdead mess monsters void motd # don't overwrite existing characters or scorefile .for file in characs scoreboard -.if !exists(${DESTDIR}/${FILESDIR}/${file}) +.if !exists(${DESTDIR}${FILESDIR}/${file}) FILES+=${file} .endif .endfor -- cgit v1.2.3-56-ge451