summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-01-23 10:23:36 +0000
committerSimon Marlow <marlowsd@gmail.com>2012-01-30 11:08:10 +0000
commit50c07f743330edc193ee406beb85c4bb6b5e20ee (patch)
tree3ab0d072017d1b75cb25c8046dd0e1efbe30bdfa /mk
parent2a54a0d622a4fa4b62accb2537eb4fc7736d6bb4 (diff)
downloadhaskell-50c07f743330edc193ee406beb85c4bb6b5e20ee.tar.gz
Remove bogus extra definition of $(dir)
This was preventing things like 'cd compiler; make stage2/build/DynFlags.o' from working.
Diffstat (limited to 'mk')
-rw-r--r--mk/compiler-ghc.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/compiler-ghc.mk b/mk/compiler-ghc.mk
index 4a0fd816d2..c92c254f65 100644
--- a/mk/compiler-ghc.mk
+++ b/mk/compiler-ghc.mk
@@ -10,7 +10,6 @@
#
# -----------------------------------------------------------------------------
-dir = ghc
TOP = ..
SPEC_TARGETS = 1 2 3 re1 re2 re3
include $(TOP)/mk/sub-makefile.mk