[project @ 1998-01-14 11:22:21 by sof]
authorsof <unknown>
Wed, 14 Jan 1998 11:22:24 +0000 (11:22 +0000)
committersof <unknown>
Wed, 14 Jan 1998 11:22:24 +0000 (11:22 +0000)
Suppressing the generation of a default rule (-s) is a local property of a flex spec, not global

ghc/utils/ugen/Makefile
mk/opts.mk

index fcc834f..c74bb50 100644 (file)
@@ -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.
index 837fe48..525424f 100644 (file)
@@ -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