From 5251afef4b87cace5160159fd2c699c194174745 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 30 Dec 2000 20:42:03 +0000 Subject: [PATCH] [project @ 2000-12-30 20:42:03 by panne] Don't install genprimopcode, it's not *that* interesting for the average user... :-) --- ghc/utils/genprimopcode/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/utils/genprimopcode/Makefile b/ghc/utils/genprimopcode/Makefile index c820318..3d9dbcd 100644 --- a/ghc/utils/genprimopcode/Makefile +++ b/ghc/utils/genprimopcode/Makefile @@ -1,11 +1,10 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.3 2000/10/23 11:08:22 simonmar Exp $ +# $Id: Makefile,v 1.4 2000/12/30 20:42:03 panne 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... -- 1.7.10.4