Skip to content
Snippets Groups Projects
Commit 3b24281c authored by sof's avatar sof
Browse files

[project @ 1998-01-14 11:22:21 by sof]

Suppressing the generation of a default rule (-s) is a local property of a flex spec, not global
parent c714811d
No related merge requests found
#-----------------------------------------------------------------------------
# $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.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment