diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-09 18:56:58 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-09 18:56:58 +0100 |
commit | 22690c9900068b121863dc359b8c7699b453e70d (patch) | |
tree | 36c6f98a569d70a97e6e0ddef3108e022b5c34d1 /ghc.mk | |
parent | 68ba223fb3650630b4d2ec699ec72d5e73d4146b (diff) | |
download | haskell-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.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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))) |