1
0
forked from GitHub/gf-core

Made conditional compilation of readline stuff cleaner

This commit is contained in:
bringert
2005-05-10 14:04:01 +00:00
parent 1d0f387df3
commit 6b28408fe1
4 changed files with 58 additions and 30 deletions

View File

@@ -112,8 +112,8 @@ ghci-trace: GHCFLAGS += -DTRACING
ghci-trace: ghci
touch-files:
rm -f GF/System/Tracing.{hi,o} GF/System/Readline.{hi,o}
touch GF/System/Tracing.hs GF/System/Readline.hs
rm -f GF/System/Tracing.{hi,o}
touch GF/System/Tracing.hs
# profiling
prof: GHCOPTFLAGS += -prof -auto-all -auto-dicts