mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
build: port to pre-5.8.7 perl
* examples/local.mk (extract): Omit -f from perl options. This doesn't work with perl versions before 5.8.7 that are configured without USE_SITECUSTOMIZE. Reported by Michael Felt in <http://lists.gnu.org/archive/html/bug-bison/2013-08/msg00006.html>.
This commit is contained in:
@@ -25,7 +25,7 @@ AM_CXXFLAGS = \
|
|||||||
|
|
||||||
doc = $(top_srcdir)/doc/bison.texi
|
doc = $(top_srcdir)/doc/bison.texi
|
||||||
extexi = $(top_srcdir)/examples/extexi
|
extexi = $(top_srcdir)/examples/extexi
|
||||||
extract = VERSION="$(VERSION)" $(PERL) -f $(extexi) $(doc) --
|
extract = VERSION="$(VERSION)" $(PERL) $(extexi) $(doc) --
|
||||||
extracted =
|
extracted =
|
||||||
CLEANFILES += $(extracted) examples/extracted.stamp
|
CLEANFILES += $(extracted) examples/extracted.stamp
|
||||||
examples/extracted.stamp: $(doc) $(extexi)
|
examples/extracted.stamp: $(doc) $(extexi)
|
||||||
|
|||||||
Reference in New Issue
Block a user