X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fgenprimopcode%2FMakefile;h=753fd945239ecf1bf59819d73de872891bf92426;hb=50027272414438955dbc41696541cbd25da55883;hp=c820318b48814ae5eceac905e5b4b5c0a4223d9c;hpb=f2cf99c9458c0ec124729be0a9cac01ef7db2b70;p=ghc-hetmet.git diff --git a/ghc/utils/genprimopcode/Makefile b/ghc/utils/genprimopcode/Makefile index c820318..753fd94 100644 --- a/ghc/utils/genprimopcode/Makefile +++ b/ghc/utils/genprimopcode/Makefile @@ -1,14 +1,15 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.3 2000/10/23 11:08:22 simonmar Exp $ +# $Id: Makefile,v 1.5 2001/03/23 16:36:22 simonmar Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk HS_PROG = genprimopcode -INSTALL_PROGS += $(HS_PROG) SRC_HC_OPTS += -syslib text # genprimopcode is needed to boot in ghc/compiler... +ifneq "$(BootingFromHc)" "YES" boot :: all +endif include $(TOP)/mk/target.mk