[project @ 2000-08-09 11:21:21 by simonmar]
authorsimonmar <unknown>
Wed, 9 Aug 2000 11:21:21 +0000 (11:21 +0000)
committersimonmar <unknown>
Wed, 9 Aug 2000 11:21:21 +0000 (11:21 +0000)
build genprimopcode at boot time.

ghc/utils/genprimopcode/Makefile

index 50c363b..ee1d673 100644 (file)
@@ -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