Remove an extraneous comma that stopped ghc-cabal from building
authorIan Lynagh <igloo@earth.li>
Wed, 19 Jan 2011 22:23:59 +0000 (22:23 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 19 Jan 2011 22:23:59 +0000 (22:23 +0000)
utils/ghc-cabal/Main.hs

index f189e07..5ebca2a 100644 (file)
@@ -380,7 +380,7 @@ generate config_args distdir directory
                 "",
                 -- Sometimes we need to modify the automatically-generated package-data.mk
                 -- bindings in a special way for the GHC build system, so allow that here:
-                "$(eval $(" ++ directory ++ "_PACKAGE_MAGIC))",
+                "$(eval $(" ++ directory ++ "_PACKAGE_MAGIC))"
                 ]
       writeFile (distdir ++ "/package-data.mk") $ unlines xs
       writeFile (distdir ++ "/haddock-prologue.txt") $