diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-01-23 10:23:36 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-01-30 11:08:10 +0000 |
commit | 50c07f743330edc193ee406beb85c4bb6b5e20ee (patch) | |
tree | 3ab0d072017d1b75cb25c8046dd0e1efbe30bdfa /mk/compiler-ghc.mk | |
parent | 2a54a0d622a4fa4b62accb2537eb4fc7736d6bb4 (diff) | |
download | haskell-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/compiler-ghc.mk')
-rw-r--r-- | mk/compiler-ghc.mk | 1 |
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 |