[project @ 2000-12-30 20:42:03 by panne]
authorpanne <unknown>
Sat, 30 Dec 2000 20:42:03 +0000 (20:42 +0000)
committerpanne <unknown>
Sat, 30 Dec 2000 20:42:03 +0000 (20:42 +0000)
Don't install genprimopcode, it's not *that* interesting for the
average user...   :-)

ghc/utils/genprimopcode/Makefile

index c820318..3d9dbcd 100644 (file)
@@ -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...