diff options
author | sof <unknown> | 1998-01-14 11:22:24 +0000 |
---|---|---|
committer | sof <unknown> | 1998-01-14 11:22:24 +0000 |
commit | 3b24281ca45d2c8d2bf9e2e577b62fbf5580a626 (patch) | |
tree | 9f90dc0b30eedb5a19b1afcae008fc81e59f19ed /mk/opts.mk | |
parent | c714811d8f3986b3c9fb7f6ac4f149b484be2a7e (diff) | |
download | haskell-3b24281ca45d2c8d2bf9e2e577b62fbf5580a626.tar.gz |
[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
Diffstat (limited to 'mk/opts.mk')
-rw-r--r-- | mk/opts.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/opts.mk b/mk/opts.mk index 837fe4829e..525424f787 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 |