From: simonmar Date: Fri, 3 Nov 2000 17:09:00 +0000 (+0000) Subject: [project @ 2000-11-03 17:09:00 by simonmar] X-Git-Tag: Approximately_9120_patches~3430 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b4ece1c1c408b94de94353604135549d4636fc0e;p=ghc-hetmet.git [project @ 2000-11-03 17:09:00 by simonmar] clean up Parser.info in MAINTAINER_CLEAN. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index d6345ac..3c2ac9c 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.107 2000/11/03 11:30:23 sewardj Exp $ +# $Id: Makefile,v 1.108 2000/11/03 17:09:00 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -453,9 +453,9 @@ CLEAN_FILES += $(PRIMOP_BITS) # Extra tidy, remove the .hc files (if you've got them). MAINTAINER_CLEAN_FILES += $(wildcard */*.hc) \ + parser/Parser.info rename/ParseIface.info \ parser/Parser.hs rename/ParseIface.hs - #----------------------------------------------------------------------------- # TAGS setup