diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-09 20:49:52 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-09 20:49:52 +0100 |
commit | 31b2706c1998b0deff6f50861125bf6cdfdec8e2 (patch) | |
tree | 49cf9e15e5b532c2ce870bb369d37616b1e44d64 /configure.ac | |
parent | 4c49772492f9703403d60dbb7a95bb29b5125fda (diff) | |
download | haskell-31b2706c1998b0deff6f50861125bf6cdfdec8e2.tar.gz |
Don't create mk/stamp-h
I don't think we are using it for anything any more.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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 |