proper HC entry for bootstrapping in Makefile
authorNorman Ramsey <nr@eecs.harvard.edu>
Wed, 20 Sep 2006 04:28:39 +0000 (04:28 +0000)
committerNorman Ramsey <nr@eecs.harvard.edu>
Wed, 20 Sep 2006 04:28:39 +0000 (04:28 +0000)
utils/ghctags/Makefile

index 7f27d31..586c3b0 100644 (file)
@@ -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