diff options
| author | bjorn <bjorn@bringert.net> | 2008-11-26 14:56:46 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-11-26 14:56:46 +0000 |
| commit | 260e13146e48992ce2c4fc323b78c94a31cf8dcf (patch) | |
| tree | c86edd18b29067b10a6ea65245c07f6a717b2c7b | |
| parent | 3c472265499b33b3b97559a585a17679efc64dda (diff) | |
Get 'make prof' working with GHC 6.8
| -rw-r--r-- | src/Makefile | 4 |
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 |
