From: simonmar Date: Fri, 3 Nov 2000 17:08:36 +0000 (+0000) Subject: [project @ 2000-11-03 17:08:36 by simonmar] X-Git-Tag: Approximately_9120_patches~3431 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dbdd86ba6cd527756becd70941544f4d599e8141;p=ghc-hetmet.git [project @ 2000-11-03 17:08:36 by simonmar] "make clean" fixes --- diff --git a/ghc/Makefile b/ghc/Makefile index ad9476a..767ddc8 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.11 2000/06/25 17:18:15 panne Exp $ +# $Id: Makefile,v 1.12 2000/11/03 17:08:36 simonmar Exp $ # TOP=. @@ -37,4 +37,7 @@ endif SRC_DIST_FILES += configure +DIST_CLEAN_FILES += ghc.spec +MAINTAINER_CLEAN_FILES += configure config.status + include $(TOP)/mk/target.mk