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
This commit is contained in:
vlm 2006-09-12 04:22:10 +00:00
parent 7ccbecc00f
commit 0d45efed0a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 = \