From 45b5c5e85c37d84b3fee383da6a63e84a9061b79 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 24 Mar 1997 04:37:06 +0000 Subject: [PATCH] [project @ 1997-03-24 04:37:06 by sof] Made WAYS immune --- ghc/lib/cbits/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/lib/cbits/Makefile b/ghc/lib/cbits/Makefile index c9fecc4..1406b2a 100644 --- a/ghc/lib/cbits/Makefile +++ b/ghc/lib/cbits/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.3 1997/03/14 05:17:06 sof Exp $ +# $Id: Makefile,v 1.4 1997/03/24 04:37:06 sof Exp $ TOP = ../.. include $(TOP)/mk/boilerplate.mk -WAYS= +override WAYS= LIBRARY=libHS_cbits.a INSTALL_LIBS+=$(LIBRARY) -- 1.7.10.4