From 3a1da42b064024d25eefc1a70366ecda986c37eb Mon Sep 17 00:00:00 2001 From: Norman Ramsey Date: Wed, 20 Sep 2006 04:28:39 +0000 Subject: [PATCH] proper HC entry for bootstrapping in Makefile --- utils/ghctags/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4