From f206503fd865334bc67cb068d7aa20c9b9f2a24c Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 11 Jul 2001 13:10:31 +0000 Subject: [PATCH] [project @ 2001-07-11 13:10:31 by rrt] Don't add -O here; should be up to the user --- ghc/utils/hsc2hs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4