Skip to content
Snippets Groups Projects
Commit 965b595c authored by sof's avatar sof
Browse files

[project @ 1998-06-04 11:36:51 by sof]

If generating hsc multiple ways, attach a way suffix to its name
parent cb42ac5e
No related branches found
No related tags found
No related merge requests found
# -----------------------------------------------------------------------------
# $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)
# -----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment