From c37f406cfd4c4e70519238e2c7b8321f213b7530 Mon Sep 17 00:00:00 2001 From: qrczak Date: Fri, 27 Apr 2001 03:11:25 +0000 Subject: [PATCH] [project @ 2001-04-27 03:11:25 by qrczak] Don't delete ghc/configure on maintainer-clean. --- ghc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/Makefile b/ghc/Makefile index d315ae0..1c8ec96 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.16 2001/04/24 13:24:45 simonmar Exp $ +# $Id: Makefile,v 1.17 2001/04/27 03:11:25 qrczak Exp $ # TOP=. @@ -38,6 +38,5 @@ endif SRC_DIST_FILES += configure DIST_CLEAN_FILES += ghc.spec config.status -MAINTAINER_CLEAN_FILES += configure include $(TOP)/mk/target.mk -- 1.7.10.4