From: panne Date: Sat, 30 Dec 2000 20:42:03 +0000 (+0000) Subject: [project @ 2000-12-30 20:42:03 by panne] X-Git-Tag: Approximately_9120_patches~2998 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5251afef4b87cace5160159fd2c699c194174745;p=ghc-hetmet.git [project @ 2000-12-30 20:42:03 by panne] Don't install genprimopcode, it's not *that* interesting for the average user... :-) --- 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...