[commit: ghc] master: Remove bogus extra definition of $(dir) (50c07f7)

Simon Marlow marlowsd at gmail.com
Mon Jan 30 15:48:21 CET 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/50c07f743330edc193ee406beb85c4bb6b5e20ee

>---------------------------------------------------------------

commit 50c07f743330edc193ee406beb85c4bb6b5e20ee
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Mon Jan 23 10:23:36 2012 +0000

    Remove bogus extra definition of $(dir)
    
    This was preventing things like 'cd compiler; make stage2/build/DynFlags.o'
    from working.

>---------------------------------------------------------------

 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 4a0fd81..c92c254 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





More information about the Cvs-ghc mailing list