summaryrefslogtreecommitdiff
path: root/ghc/utils
diff options
context:
space:
mode:
authorsof <unknown>1997-03-24 04:32:23 +0000
committersof <unknown>1997-03-24 04:32:23 +0000
commite79bf06e21221a04c4b05a1805ea511ba73796ce (patch)
tree32d51ee499bccf427d54d25a5332246eb287a02d /ghc/utils
parentdb8b5b5727845271e832aab5fde9beb9b3c07b84 (diff)
downloadhaskell-e79bf06e21221a04c4b05a1805ea511ba73796ce.tar.gz
[project @ 1997-03-24 04:28:23 by sof]
Made WAYS immune
Diffstat (limited to 'ghc/utils')
-rw-r--r--ghc/utils/Makefile1
-rw-r--r--ghc/utils/hp2ps/Makefile2
-rw-r--r--ghc/utils/hscpp/Makefile2
3 files changed, 3 insertions, 2 deletions
diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile
index 70489845a8..78554154df 100644
--- a/ghc/utils/Makefile
+++ b/ghc/utils/Makefile
@@ -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)" ""
diff --git a/ghc/utils/hp2ps/Makefile b/ghc/utils/hp2ps/Makefile
index 90626ac593..b7c484b774 100644
--- a/ghc/utils/hp2ps/Makefile
+++ b/ghc/utils/hp2ps/Makefile
@@ -1,6 +1,6 @@
TOP=../..
include $(TOP)/mk/boilerplate.mk
-WAYS=
+override WAYS=
C_SRCS = $(wildcard *.c)
H_SRCS = $(wildcard *.h)
diff --git a/ghc/utils/hscpp/Makefile b/ghc/utils/hscpp/Makefile
index ddd80d1893..a7833213d6 100644
--- a/ghc/utils/hscpp/Makefile
+++ b/ghc/utils/hscpp/Makefile
@@ -1,6 +1,6 @@
TOP=../..
include $(TOP)/mk/boilerplate.mk
-WAYS=
+override WAYS=
SCRIPT_PROG=hscpp
SCRIPT_OBJS=hscpp.prl