diff options
| author | bringert <unknown> | 2005-05-10 14:04:01 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-05-10 14:04:01 +0000 |
| commit | 63d3bb58ee82f9d3240ccb4b0559a995417c085a (patch) | |
| tree | 356b73d98d40b45ab1fe73134ea36bd4b476581b /src/Makefile | |
| parent | 2fa6b60d0449b49fd9eaa75c72d07f10d45c9837 (diff) | |
Made conditional compilation of readline stuff cleaner
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 5efe4753e..77a208ced 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 |
