From: sof Date: Thu, 4 Jun 1998 11:36:51 +0000 (+0000) Subject: [project @ 1998-06-04 11:36:51 by sof] X-Git-Tag: Approx_2487_patches~634 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=965b595c1ade5561b0ce7a43a7bb6479b358fefd;hp=cb42ac5e2d8309ba4ac4da870b79e3fc9a2c37db;p=ghc-hetmet.git [project @ 1998-06-04 11:36:51 by sof] If generating hsc multiple ways, attach a way suffix to its name --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index a5a8e45..73be2de 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.41 1998/05/22 09:09:56 simonm Exp $ +# $Id: Makefile,v 1.42 1998/06/04 11:36:51 sof Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -29,7 +29,7 @@ LIBRARY=libhsp.a # be to do ` env PATH=$(PATH) make hsc 'to minimise the environment. (or the # equivalent of `env' if it doesn't exist locally). # -HS_PROG=hsc +HS_PROG=hsc$(_way) # -----------------------------------------------------------------------------