From ffd73479fdeb5b53991fee277ff3a22b35e462e6 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Tue, 12 Sep 2006 04:22:10 +0000 Subject: [PATCH] some flex version does not allow merged arguments --- libasn1parser/Makefile.am | 2 +- libasn1parser/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libasn1parser/Makefile.am b/libasn1parser/Makefile.am index a1455f4d..fcb0ef15 100644 --- a/libasn1parser/Makefile.am +++ b/libasn1parser/Makefile.am @@ -1,7 +1,7 @@ AM_CFLAGS = @ADD_CFLAGS@ AM_YFLAGS = -p asn1p_ -d -AM_LFLAGS = -sp -Cem -Pasn1p_ -olex.yy.c +AM_LFLAGS = -s -p -Cem -Pasn1p_ -olex.yy.c noinst_LTLIBRARIES = libasn1parser.la diff --git a/libasn1parser/Makefile.in b/libasn1parser/Makefile.in index 99250caf..822a7304 100644 --- a/libasn1parser/Makefile.in +++ b/libasn1parser/Makefile.in @@ -186,7 +186,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ AM_CFLAGS = @ADD_CFLAGS@ AM_YFLAGS = -p asn1p_ -d -AM_LFLAGS = -sp -Cem -Pasn1p_ -olex.yy.c +AM_LFLAGS = -s -p -Cem -Pasn1p_ -olex.yy.c noinst_LTLIBRARIES = libasn1parser.la libasn1parser_la_LDFLAGS = -all-static libasn1parser_la_SOURCES = \