X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fghctags%2FMakefile;h=586c3b080e0f2610ee4e5255c3c3a49841bbdc6d;hb=abbe21f2e8109448c31422766c6777ebc9ce0cd0;hp=7f27d31e558085d032d9dbe2c82f0b740c3b0c9e;hpb=2e6bfe90491d5ab2ea58b4b1e60debd4738be643;p=ghc-hetmet.git 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