some flex version does not allow merged arguments

This commit is contained in:
Lev Walkin 2006-09-12 04:22:10 +00:00
parent 9b5df84887
commit ffd73479fd
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 = \