From: simonmar Date: Thu, 14 Jun 2001 14:14:53 +0000 (+0000) Subject: [project @ 2001-06-14 14:14:53 by simonmar] X-Git-Tag: Approximately_9120_patches~1757 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6e694be02105c735ab346b6cb94bd1d8f03e5f20;p=ghc-hetmet.git [project @ 2001-06-14 14:14:53 by simonmar] - CURRENT_DIR isn't used any more - TmpFiles doesn't exist --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 7cb9b0e..2e1a166 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.156 2001/06/14 12:50:06 simonpj Exp $ +# $Id: Makefile,v 1.157 2001/06/14 14:14:53 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -29,7 +29,6 @@ endif # The 'echo' commands simply spit the values of various make variables # into Config.hs, whence they can be compiled and used by GHC itself -CURRENT_DIR = ghc/compiler CONFIG_HS = main/Config.hs boot :: $(CONFIG_HS) @@ -181,7 +180,6 @@ ifneq "$(mingw32_TARGET_OS)" "1" SRC_HC_OPTS += -package concurrent -package posix -package text -package util else SRC_HC_OPTS += -package concurrent -package text -package util -main/TmpFiles_HC_OPTS += -Dmingw32_TARGET_OS endif SRC_CC_OPTS += -Iparser -I. -I$(TOP)/includes -O