From 9eec44c025052955abb12cad53f85bae63f93a6c Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 17 Dec 1996 05:33:18 +0000 Subject: Remove ${DISTNAME}.tar.gz in pre-clean target, it is built from the real distfile in the do-extract target. Found by: msmith's pib distfile checker --- games/xemeraldia/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index af1dd949be86..7cb8006b50ca 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Mar 1995 # Whom: asami # -# $Id: Makefile,v 1.9 1995/04/20 18:21:06 asami Exp $ +# $Id: Makefile,v 1.10 1996/11/18 11:25:25 asami Exp $ # DISTNAME= xemeraldia-0.3 @@ -30,4 +30,7 @@ post-install: touch ${PREFIX}/lib/X11/.xemeraldia.scores chmod 666 ${PREFIX}/lib/X11/.xemeraldia.scores +pre-clean: + @rm -f ${DISTDIR}/${DISTNAME}.tar.gz + .include -- cgit