From: simonm Date: Wed, 24 Sep 1997 16:05:45 +0000 (+0000) Subject: [project @ 1997-09-24 16:05:45 by simonm] X-Git-Tag: Approx_2487_patches~1468 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c610efe811e9f57d7fd09834e561c9a5e6e64d57;p=ghc-hetmet.git [project @ 1997-09-24 16:05:45 by simonm] don't use 'flex -s' to compile verbatim: it wasn't designed for it :) --- diff --git a/glafp-utils/verbatim/Makefile b/glafp-utils/verbatim/Makefile index 8c76466..861b881 100644 --- a/glafp-utils/verbatim/Makefile +++ b/glafp-utils/verbatim/Makefile @@ -5,6 +5,8 @@ C_SRCS = verbatim.c C_PROG = verbatim LIBS = $(FLEX_LIB) +override SRC_FLEX_OPTS=-8 + # # For src distributions, include flex output. #