diff --git a/ghc/utils/ugen/Makefile b/ghc/utils/ugen/Makefile index fcc834f757e6e9a7a59d81fc6ac8d338c2703c6e..c74bb504ce7e50c5635e4dac836da5e0b7d711a6 100644 --- a/ghc/utils/ugen/Makefile +++ b/ghc/utils/ugen/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.6 1997/09/05 09:16:35 simonm Exp $ +# $Id: Makefile,v 1.7 1998/01/14 11:22:24 sof Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -11,6 +11,7 @@ LIBS = $(FLEX_LIB) CLEAN_FILES += syntax.tab.c syntax.tab.h lex.c SRC_CC_OPTS += -O +SRC_FLEX_OPTS += -s # # Include flex & bison output in the source distribution. diff --git a/mk/opts.mk b/mk/opts.mk index 837fe4829e31e00211df09c82cfc4cc5f31f9371..525424f787900499fb0f2a39ddc7e5695c89407c 100644 --- a/mk/opts.mk +++ b/mk/opts.mk @@ -5,7 +5,7 @@ # This file defines Make variables for the # option flags for each utility program # -# $Id: opts.mk,v 1.3 1997/08/22 16:13:01 reid Exp $ +# $Id: opts.mk,v 1.4 1998/01/14 11:22:21 sof Exp $ # ################################################################################# @@ -46,7 +46,7 @@ ################################################################################# # These flags make flex 8-bit -SRC_FLEX_OPTS += -s -8 +SRC_FLEX_OPTS += -8 # # Make sure we install things with group 'grasp' at Glasgow