From 28ba2356d41300c2f78c5620d09a8e9ca8f03701 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Wed, 9 Aug 2000 11:21:21 +0000
Subject: [PATCH] [project @ 2000-08-09 11:21:21 by simonmar] build
 genprimopcode at boot time.

---
 ghc/utils/genprimopcode/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ghc/utils/genprimopcode/Makefile b/ghc/utils/genprimopcode/Makefile
index 50c363b2aa84..ee1d6735b839 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
-- 
GitLab