From 5ee134668315a4644b5fc8f5aab1fd6e7e881f15 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 3 Sep 1997 23:30:17 +0000 Subject: [PATCH] [project @ 1997-09-03 23:30:13 by sof] Added -O to SRC_CC_OPTS --- ghc/utils/hp2ps/Makefile | 4 +++- ghc/utils/hstags/Makefile | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 1.7.10.4