[commit: ghc] wip/nfs-locking: Track mk/config.h.in (adfff77)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:16:29 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/adfff77a8843662c4d5034076702101443460deb/ghc

>---------------------------------------------------------------

commit adfff77a8843662c4d5034076702101443460deb
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Feb 2 15:52:51 2016 +0000

    Track mk/config.h.in
    
    See #200.


>---------------------------------------------------------------

adfff77a8843662c4d5034076702101443460deb
 src/Rules/Config.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Rules/Config.hs b/src/Rules/Config.hs
index f258674..89434cb 100644
--- a/src/Rules/Config.hs
+++ b/src/Rules/Config.hs
@@ -20,6 +20,6 @@ configRules = do
                     ++ "Run the configure script either manually or via the "
                     ++ "build system by passing --configure[=ARGS] flag."
 
-    "configure" %> \_ -> do
+    ["configure", configH <.> "in"] &%> \_ -> do
         putBuild "| Running boot..."
         quietly $ cmd (EchoStdout False) "perl boot"



More information about the ghc-commits mailing list