X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Futils%2Fgenprimopcode%2FMakefile;h=753fd945239ecf1bf59819d73de872891bf92426;hp=3d9dbcd5eaf0488656c4c60677f26a476a6ba92e;hb=50027272414438955dbc41696541cbd25da55883;hpb=4f4e61a3e5c29075acc8d5128fd93e81b4116550 diff --git a/ghc/utils/genprimopcode/Makefile b/ghc/utils/genprimopcode/Makefile index 3d9dbcd..753fd94 100644 --- a/ghc/utils/genprimopcode/Makefile +++ b/ghc/utils/genprimopcode/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.4 2000/12/30 20:42:03 panne Exp $ +# $Id: Makefile,v 1.5 2001/03/23 16:36:22 simonmar Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -8,6 +8,8 @@ HS_PROG = genprimopcode SRC_HC_OPTS += -syslib text # genprimopcode is needed to boot in ghc/compiler... +ifneq "$(BootingFromHc)" "YES" boot :: all +endif include $(TOP)/mk/target.mk