summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 66f60ffe85..25402d3ed3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -901,7 +901,7 @@ if grep ' ' compiler/ghc.cabal.in 2>&1 >/dev/null; then
AC_MSG_ERROR([compiler/ghc.cabal.in contains tab characters; please remove them])
fi
-AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal utils/runghc/runghc.cabal ghc.spec settings docs/users_guide/ug-book.xml docs/users_guide/ug-ent.xml docs/index.html libraries/prologue.txt distrib/configure.ac])
+AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal utils/runghc/runghc.cabal settings docs/users_guide/ug-book.xml docs/users_guide/ug-ent.xml docs/index.html libraries/prologue.txt distrib/configure.ac])
AC_CONFIG_COMMANDS([mk/stamp-h],[echo timestamp > mk/stamp-h])
AC_OUTPUT