[commit: ghc] master: fix some dependencies (99c80a0)

Simon Marlow marlowsd at gmail.com
Tue Feb 19 16:55:33 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/99c80a09f4f0a583545134a098887ef6d194d1ab

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

commit 99c80a09f4f0a583545134a098887ef6d194d1ab
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Mon Feb 18 14:33:02 2013 +0000

    fix some dependencies

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

 compiler/ghc.mk |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index cd492b9..fe6779b 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -34,9 +34,9 @@ compiler/stage1/package-data.mk : compiler/stage1/build/Config.hs
 compiler/stage2/package-data.mk : compiler/stage2/build/Config.hs
 compiler/stage3/package-data.mk : compiler/stage3/build/Config.hs
 
-compiler/stage1/build/DynFlags.o: $(includes_GHCCONSTANTS_HASKELL_TYPE)
-compiler/stage2/build/DynFlags.o: $(includes_GHCCONSTANTS_HASKELL_TYPE)
-compiler/stage3/build/DynFlags.o: $(includes_GHCCONSTANTS_HASKELL_TYPE)
+compiler/stage1/build/PlatformConstants.o: $(includes_GHCCONSTANTS_HASKELL_TYPE)
+compiler/stage2/build/PlatformConstants.o: $(includes_GHCCONSTANTS_HASKELL_TYPE)
+compiler/stage3/build/PlatformConstants.o: $(includes_GHCCONSTANTS_HASKELL_TYPE)
 compiler/stage1/build/DynFlags.o: $(includes_GHCCONSTANTS_HASKELL_EXPORTS)
 compiler/stage2/build/DynFlags.o: $(includes_GHCCONSTANTS_HASKELL_EXPORTS)
 compiler/stage3/build/DynFlags.o: $(includes_GHCCONSTANTS_HASKELL_EXPORTS)





More information about the ghc-commits mailing list