[commit: ghc] master: Remove unused CTAGS from build system (08c063f)
Ian Lynagh
igloo at earth.li
Mon Mar 4 18:43:21 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/08c063fcd5a23236f961e2b4b174b356ee4a44b9
>---------------------------------------------------------------
commit 08c063fcd5a23236f961e2b4b174b356ee4a44b9
Author: Ian Lynagh <ian at well-typed.com>
Date: Mon Mar 4 01:44:19 2013 +0000
Remove unused CTAGS from build system
>---------------------------------------------------------------
mk/config.mk.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index ae7d16c..517caae 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.
More information about the ghc-commits
mailing list