Get 'make prof' working with GHC 6.8

This commit is contained in:
bjorn
2008-11-26 14:56:46 +00:00
parent c63c3d9f58
commit 22269d277e

View File

@@ -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