summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-06-09 18:56:58 +0100
committerIan Lynagh <ian@well-typed.com>2013-06-09 18:56:58 +0100
commit22690c9900068b121863dc359b8c7699b453e70d (patch)
tree36c6f98a569d70a97e6e0ddef3108e022b5c34d1 /ghc.mk
parent68ba223fb3650630b4d2ec699ec72d5e73d4146b (diff)
downloadhaskell-22690c9900068b121863dc359b8c7699b453e70d.tar.gz
Remove ghc.spec
It doesn't look like it would work now, and doesn't really belong in the GHC tree anyway.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index ad0a381a39..f7dc832716 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1067,7 +1067,7 @@ SRC_DIST_GHC_DIRS = mk rules docs distrib bindisttest libffi includes \
SRC_DIST_GHC_FILES += \
configure.ac config.guess config.sub configure \
aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh \
- ghc.spec.in ghc.spec settings.in VERSION \
+ settings.in VERSION \
boot packages ghc.mk
VERSION :
@@ -1222,7 +1222,6 @@ distclean : clean
maintainer-clean : distclean
$(call removeFiles,configure mk/config.h.in)
$(call removeTrees,autom4te.cache $(wildcard libraries/*/autom4te.cache))
- $(call removeFiles,ghc.spec)
$(call removeFiles,$(patsubst %, libraries/%/GNUmakefile, \
$(PACKAGES_STAGE1) $(PACKAGES_STAGE2)))
$(call removeFiles,$(patsubst %, libraries/%/ghc.mk, $(PACKAGES_STAGE1) $(PACKAGES_STAGE2)))