From: sof Date: Mon, 24 Mar 1997 03:02:09 +0000 (+0000) Subject: [project @ 1997-03-24 03:01:59 by sof] X-Git-Tag: Approximately_1000_patches_recorded~736 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fa3c263cd67ac7e496fa732aa0731a3986265527;p=ghc-hetmet.git [project @ 1997-03-24 03:01:59 by sof] Made WAYS immune --- diff --git a/ghc/utils/ugen/Makefile b/ghc/utils/ugen/Makefile index 56c48bf..1951faa 100644 --- a/ghc/utils/ugen/Makefile +++ b/ghc/utils/ugen/Makefile @@ -1,9 +1,9 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.3 1997/03/13 09:02:20 sof Exp $ +# $Id: Makefile,v 1.4 1997/03/24 03:02:09 sof Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk -WAYS= +override WAYS= YACC_OPTS += -d C_SRCS = syntax.tab.c lex.c id.c tree.c yyerror.c gen.c main.c diff --git a/ghc/utils/unlit/Makefile b/ghc/utils/unlit/Makefile index 4a3a658..91bd721 100644 --- a/ghc/utils/unlit/Makefile +++ b/ghc/utils/unlit/Makefile @@ -1,6 +1,6 @@ TOP=../.. include $(TOP)/mk/boilerplate.mk -WAYS= +override WAYS= C_SRCS=unlit.c C_PROG=unlit