From: Norman Ramsey Date: Wed, 20 Sep 2006 04:28:39 +0000 (+0000) Subject: proper HC entry for bootstrapping in Makefile X-Git-Tag: 2007-11-11~44 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3a1da42b064024d25eefc1a70366ecda986c37eb proper HC entry for bootstrapping in Makefile --- diff --git a/utils/ghctags/Makefile b/utils/ghctags/Makefile index 7f27d31..586c3b0 100644 --- a/utils/ghctags/Makefile +++ b/utils/ghctags/Makefile @@ -3,7 +3,7 @@ include $(TOP)/mk/boilerplate.mk HS_PROG = ghctags SRC_HC_OPTS += -package ghc -HC=/usr/local/bin/ghc +HC=$(GHC_STAGE1) CLEAN_FILES += Main.hi