Skip to content

Commit

Permalink
Don't create mk/stamp-h
Browse files Browse the repository at this point in the history
I don't think we are using it for anything any more.
  • Loading branch information
Ian Lynagh committed Jun 9, 2013
1 parent 4c49772 commit 31b2706
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ghc.mk
Expand Up @@ -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.
Expand Down

0 comments on commit 31b2706

Please sign in to comment.