From: sof Date: Wed, 3 Sep 1997 23:30:17 +0000 (+0000) Subject: [project @ 1997-09-03 23:30:13 by sof] X-Git-Tag: Approximately_1000_patches_recorded~68 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=5ee134668315a4644b5fc8f5aab1fd6e7e881f15;p=ghc-hetmet.git [project @ 1997-09-03 23:30:13 by sof] Added -O to SRC_CC_OPTS --- diff --git a/ghc/utils/hp2ps/Makefile b/ghc/utils/hp2ps/Makefile index b7c484b..ce02c5e 100644 --- a/ghc/utils/hp2ps/Makefile +++ b/ghc/utils/hp2ps/Makefile @@ -8,7 +8,9 @@ C_PROG = hp2ps INSTALL_PROGS += $(C_PROG) -LIBS = -lm +SRC_CC_OPTS += -O +LIBS = -lm CLEAN_FILES += $(C_OBJS) $(C_PROG) + include $(TOP)/mk/target.mk diff --git a/ghc/utils/hstags/Makefile b/ghc/utils/hstags/Makefile index 1e5373e..56ba3b1 100644 --- a/ghc/utils/hstags/Makefile +++ b/ghc/utils/hstags/Makefile @@ -8,6 +8,7 @@ override WAYS= INSTALLING=0 C_PROG=hstags-help +SRC_CC_OPTS += -O SCRIPT_PROG=hstags SCRIPT_OBJS=hstags.prl