[project @ 1997-03-24 04:28:23 by sof]
authorsof <unknown>
Mon, 24 Mar 1997 04:32:23 +0000 (04:32 +0000)
committersof <unknown>
Mon, 24 Mar 1997 04:32:23 +0000 (04:32 +0000)
Made WAYS immune

ghc/compiler/Makefile
ghc/includes/Makefile
ghc/utils/Makefile
ghc/utils/hp2ps/Makefile
ghc/utils/hscpp/Makefile

index af8efc0..0583c86 100644 (file)
@@ -1,12 +1,12 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.11 1997/03/19 20:44:52 simonpj Exp $
+# $Id: Makefile,v 1.12 1997/03/24 04:31:45 sof Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
 #-----------------------------------------------------------------------------
 # Building hsc different ways (default is just `normal' sequential)
-WAYS=$(GhcCompilerWays)
+override WAYS=$(GhcCompilerWays)
 
 #-----------------------------------------------------------------------------
 #              Set SUBDIRS
index 25b3161..563ae50 100644 (file)
@@ -8,7 +8,7 @@ include $(TOP)/mk/boilerplate.mk
 #
 # Just to make sure, no ways stuff in here, please.
 #
-WAYS=
+override WAYS=
 
 # De-litted header files
 LH_FILES=$(wildcard *.lh)
@@ -95,7 +95,7 @@ boot :: all
 # (ditto for interface files). This is not *really* needed, but
 # it gives (perhaps) a cleaner binary dist structure..might change.
 #
-datadir:=$(libdir)/includes
+override datadir:=$(libdir)/includes
 INSTALL_DATAS += $(DELIT_H_FILES) $(H_FILES) $(TARGETPLATFORM).h $(H_CONFIG)
 
 #
index 7048984..7855415 100644 (file)
@@ -4,6 +4,7 @@ include $(TOP)/mk/boilerplate.mk
 #
 # No ways stuff in here (and further below), please
 #
+override WAYS=
 export WAYS=
 
 ifneq "$(BIN_DIST_NAME)" ""
index 90626ac..b7c484b 100644 (file)
@@ -1,6 +1,6 @@
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
-WAYS=
+override WAYS=
 
 C_SRCS  = $(wildcard *.c)
 H_SRCS  = $(wildcard *.h)
index ddd80d1..a783321 100644 (file)
@@ -1,6 +1,6 @@
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
-WAYS=
+override WAYS=
 
 SCRIPT_PROG=hscpp
 SCRIPT_OBJS=hscpp.prl