summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-11-26 14:56:46 +0000
committerbjorn <bjorn@bringert.net>2008-11-26 14:56:46 +0000
commit260e13146e48992ce2c4fc323b78c94a31cf8dcf (patch)
treec86edd18b29067b10a6ea65245c07f6a717b2c7b /src/Makefile
parent3c472265499b33b3b97559a585a17679efc64dda (diff)
Get 'make prof' working with GHC 6.8
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 4279c1da3..4df38576e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -132,8 +132,8 @@ ghci-trace: ghci
# touch GF/System/Tracing.hs
# profiling
-prof: GHCOPTFLAGS += -prof -auto-all -auto-dicts
-prof: all
+prof: GHCOPTFLAGS += -prof -auto-all
+prof: unix
tags:
find GF Transfer -name '*.hs' | xargs hasktags