diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-04 01:44:19 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-04 15:55:49 +0000 |
commit | 08c063fcd5a23236f961e2b4b174b356ee4a44b9 (patch) | |
tree | 65751336280d7062f22975d80f7cc78751395802 /mk | |
parent | 71641309c7e17761ba13b56e71ab2299d589ce1c (diff) | |
download | haskell-08c063fcd5a23236f961e2b4b174b356ee4a44b9.tar.gz |
Remove unused CTAGS from build system
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index ae7d16cb9f..517caae25a 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -617,7 +617,6 @@ CP = cp # It's not easy to separate the CPP program from its flags, as # AC_PROG_CPP defines CPP as "/usr/bin/gcc -E" CPP = @CPP@ @CPPFLAGS@ -CTAGS = $(ETAGS) # # RAWCPP_FLAGS are the flags to give to cpp (viz, gcc -E) to persuade it to # behave plausibly on Haskell sources. |