Skip to content
Snippets Groups Projects
Commit a1fb838b authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-07-21 08:45:05 by rrt]

Make sure we *don't* try to make hsc_dll (as it will be identical to hsc).
parent 13c0d8a2
No related merge requests found
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.84 2000/07/17 11:15:08 simonmar Exp $
# $Id: Makefile,v 1.85 2000/07/21 08:45:05 rrt Exp $
TOP = ..
include $(TOP)/mk/boilerplate.mk
......@@ -17,7 +17,11 @@ WAYS=$(GhcCompilerWays)
# be to do ` env PATH=$(PATH) make hsc 'to minimise the environment. (or the
# equivalent of `env' if it doesn't exist locally).
#
ifneq "$(way)" "dll"
HS_PROG=hsc$(_way)
else
HS_PROG=hsc
endif
# -----------------------------------------------------------------------------
......
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