From 0d45efed0ad4d901c1224a287846aef5af27377e Mon Sep 17 00:00:00 2001 From: vlm Date: Tue, 12 Sep 2006 04:22:10 +0000 Subject: [PATCH] some flex version does not allow merged arguments git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1169 59561ff5-6e30-0410-9f3c-9617f08c8826 --- 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 = \