From: rrt Date: Wed, 11 Jul 2001 13:10:31 +0000 (+0000) Subject: [project @ 2001-07-11 13:10:31 by rrt] X-Git-Tag: Approximately_9120_patches~1582 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=f206503fd865334bc67cb068d7aa20c9b9f2a24c;p=ghc-hetmet.git [project @ 2001-07-11 13:10:31 by rrt] Don't add -O here; should be up to the user --- diff --git a/ghc/utils/hsc2hs/Makefile b/ghc/utils/hsc2hs/Makefile index 7bc13c0..80018cb 100644 --- a/ghc/utils/hsc2hs/Makefile +++ b/ghc/utils/hsc2hs/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.17 2001/07/03 16:57:03 sewardj Exp $ +# $Id: Makefile,v 1.18 2001/07/11 13:10:31 rrt Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -10,7 +10,7 @@ INCLUDE_DIR=ghc/includes INSTALLING=1 HS_PROG = hsc2hs-bin -SRC_HC_OPTS += -package util -O +SRC_HC_OPTS += -package util INSTALLED_SCRIPT_PROG = hsc2hs INPLACE_SCRIPT_PROG = hsc2hs-inplace