[project @ 2001-08-08 13:21:04 by qrczak]
[ghc-hetmet.git] / ghc / utils / genprimopcode / Makefile
index 30f9362..f160024 100644 (file)
@@ -1,13 +1,11 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.6 2001/08/01 20:37:00 qrczak Exp $
+# $Id: Makefile,v 1.7 2001/08/08 13:21:04 qrczak Exp $
 
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
 
 HS_PROG        = genprimopcode
 SRC_HC_OPTS   += -syslib text
-# TODO: remove -H80M when the strictness analyser is working again.
-Main_HC_OPTS   = -H80M
 
 # genprimopcode is needed to boot in ghc/compiler...
 ifneq "$(BootingFromHc)" "YES"