aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-09-12 04:22:10 +0000
committerLev Walkin <vlm@lionet.info>2006-09-12 04:22:10 +0000
commitffd73479fdeb5b53991fee277ff3a22b35e462e6 (patch)
tree457dd08bec02c03d8eee165ba6c92f6bfc7b5f5c
parent9b5df8488743d2f0e98a3746effc87b71f28cc9a (diff)
some flex version does not allow merged arguments
-rw-r--r--libasn1parser/Makefile.am2
-rw-r--r--libasn1parser/Makefile.in2
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 = \