summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-17 21:02:26 +0000
committerIan Lynagh <igloo@earth.li>2008-08-17 21:02:26 +0000
commitc799c4c6cc050643e8e48a196e248afe73a29981 (patch)
tree07dfc11580387b0edee439537aa618083987d6f8 /mk
parent41ea53bfeccbb2fd33e5408f1dde47b0770d30e2 (diff)
downloadhaskell-c799c4c6cc050643e8e48a196e248afe73a29981.tar.gz
Remove GHC_TOP; we don't actually use it
Diffstat (limited to 'mk')
-rw-r--r--mk/boilerplate.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk
index 5f31a25800..8e4f32247b 100644
--- a/mk/boilerplate.mk
+++ b/mk/boilerplate.mk
@@ -14,13 +14,7 @@
# Setting .SUFFIXES to empty disables them all.
MAKEFLAGS += --no-builtin-rules
-# GHC_TOP is the *relative* path to the fptools toplevel directory from the
-# location where a project Makefile was invoked. It is set by looking at the
-# current value of TOP.
-#
-GHC_TOP := $(TOP)
-
-# $(FPTOOLS_TOP) is the old name for $(GHC_TOP), kept for backwards compat
+# $(FPTOOLS_TOP) is the old name for $(TOP), kept for backwards compat
FPTOOLS_TOP := $(TOP)