summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/EvilLinker.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/EvilLinker.hs b/Build/EvilLinker.hs
index 3e3237a6f..a49c37a92 100644
--- a/Build/EvilLinker.hs
+++ b/Build/EvilLinker.hs
@@ -123,6 +123,7 @@ runAtFile p s f extraparams = do
when (null $ opts c) $
error $ "failed to find any options for " ++ f ++ " in >>>" ++ s ++ "<<<"
writeFile f (opts c)
+ print "in file: >>>" ++ (opts c) ++ "<<<"
out <- getOutput (cmd c) (atFile f:extraparams) (env c)
removeFile f
return out