From 22269d277e33bb1d29f79644522d2c4a2a75a3bf Mon Sep 17 00:00:00 2001 From: bjorn Date: Wed, 26 Nov 2008 14:56:46 +0000 Subject: [PATCH] Get 'make prof' working with GHC 6.8 --- src/Makefile | 4 ++-- 1 file 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