From: simonmar Date: Wed, 9 Aug 2000 11:21:21 +0000 (+0000) Subject: [project @ 2000-08-09 11:21:21 by simonmar] X-Git-Tag: Approximately_9120_patches~3899 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=28ba2356d41300c2f78c5620d09a8e9ca8f03701;p=ghc-hetmet.git [project @ 2000-08-09 11:21:21 by simonmar] build genprimopcode at boot time. --- diff --git a/ghc/utils/genprimopcode/Makefile b/ghc/utils/genprimopcode/Makefile index 50c363b..ee1d673 100644 --- a/ghc/utils/genprimopcode/Makefile +++ b/ghc/utils/genprimopcode/Makefile @@ -8,6 +8,9 @@ OBJS = Main.o CLEAN_FILES += genprimopcode +# genprimopcode is needed to boot in ghc/compiler... +boot :: all + all :: genprimopcode genprimopcode: Main.o