Skip to content
Snippets Groups Projects
Commit 214fe5a1 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-10-08 14:16:15 by simonmar]

Change that slipped through the net in the recent build system changes.
parent e34e6f56
No related merge requests found
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.13 1999/09/16 08:35:38 sof Exp $
# $Id: Makefile,v 1.14 1999/10/08 14:16:15 simonmar Exp $
# This is the Makefile for the runtime-system stuff.
# This stuff is written in C (and cannot be written in Haskell).
......@@ -84,7 +84,8 @@ SRC_MKDEPENDC_OPTS += -I. -I../includes
# ../driver/ghc (a better C compiler :-) to compile the
# different RTS pieces
#
CC=$(HC) $(HC_OPTS) $($*_HC_OPTS)
CC=$(GHC) $(HC_OPTS) $($*_HC_OPTS)
HC=$(GHC)
# prevent this value from leaking into the GMP makefile
unexport CC
......
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