summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-06-09 20:49:52 +0100
committerIan Lynagh <ian@well-typed.com>2013-06-09 20:49:52 +0100
commit31b2706c1998b0deff6f50861125bf6cdfdec8e2 (patch)
tree49cf9e15e5b532c2ce870bb369d37616b1e44d64
parent4c49772492f9703403d60dbb7a95bb29b5125fda (diff)
downloadhaskell-31b2706c1998b0deff6f50861125bf6cdfdec8e2.tar.gz
Don't create mk/stamp-h
I don't think we are using it for anything any more.
-rw-r--r--.gitignore1
-rw-r--r--configure.ac1
-rw-r--r--ghc.mk1
3 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 829f19a742..db9598932e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -159,7 +159,6 @@ _darcs/
/mk/install.mk
/mk/project.mk
/mk/project.mk.old
-/mk/stamp-h
/mk/validate.mk
/rts/package.conf.inplace
/rts/package.conf.inplace.raw
diff --git a/configure.ac b/configure.ac
index 25402d3ed3..5fccdbed65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -902,7 +902,6 @@ if grep ' ' compiler/ghc.cabal.in 2>&1 >/dev/null; then
fi
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
# We got caught by
diff --git a/ghc.mk b/ghc.mk
index f635ca3b61..18c0f57913 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1238,7 +1238,6 @@ distclean : clean
$(call removeFiles,distrib/configure.ac)
# ./configure also makes these.
- $(call removeFiles,mk/stamp-h)
$(call removeFiles,mk/config.h)
# Internal files generated by ./configure for itself.