diff options
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index f3b176ad2d..9fdb312f97 100644 --- a/configure.ac +++ b/configure.ac @@ -1500,8 +1500,7 @@ checkMake380 gmake dnl Things specific to the make build system AC_CONFIG_FILES( -[ - mk/config.mk +[ mk/config.mk mk/install.mk mk/project.mk ]) @@ -1509,8 +1508,7 @@ AC_CONFIG_FILES( dnl When adding things to this list be sure to update hadrian's dnl Rules.Configure.configureResults list. AC_CONFIG_FILES( -[ - rts/rts.cabal +[ rts/rts.cabal compiler/ghc.cabal ghc/ghc-bin.cabal utils/runghc/runghc.cabal |