diff options
-rw-r--r-- | ghc/mk/config.mk.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/mk/config.mk.in b/ghc/mk/config.mk.in index 4bee7c874d..ea3e883cb7 100644 --- a/ghc/mk/config.mk.in +++ b/ghc/mk/config.mk.in @@ -18,8 +18,8 @@ GhcBinDistShScripts = endif GhcBinDistPrlScripts = -GhcBinDistLibPrlScripts = ghc-asm ghc-split -GhcBinDistBins = hp2ps ghcprof runghc +GhcBinDistLibPrlScripts = ghc-asm ghc-split ghcprof +GhcBinDistBins = hp2ps runghc GhcBinDistOptBins = runhaskell GhcBinDistLinks = ghc ghci ghc-pkg GhcBinDistLibSplicedFiles = package.conf |