diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-27 19:58:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-27 19:58:00 +0100 |
commit | 0f77fa26b817ae7a022fd3f1682b1c5a31905682 (patch) | |
tree | 1101d7f3e2f03c074578b5514b1483ebc1bce868 /package/bison/patches/patch-Makefile_in | |
parent | c17a43a8c5dca2cb2a04b66952243f4122119896 (diff) |
fix uClibc build, update bison to latest upstream
Diffstat (limited to 'package/bison/patches/patch-Makefile_in')
-rw-r--r-- | package/bison/patches/patch-Makefile_in | 38 |
1 files changed, 27 insertions, 11 deletions
diff --git a/package/bison/patches/patch-Makefile_in b/package/bison/patches/patch-Makefile_in index 9abd2e9c3..98e7f3de3 100644 --- a/package/bison/patches/patch-Makefile_in +++ b/package/bison/patches/patch-Makefile_in @@ -1,11 +1,27 @@ ---- bison-2.4.3.orig/Makefile.in 2010-08-06 03:00:27.000000000 +0200 -+++ bison-2.4.3/Makefile.in 2012-09-28 20:42:50.000000000 +0200 -@@ -909,7 +909,7 @@ top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - ACLOCAL_AMFLAGS = -I m4 --SUBDIRS = build-aux po runtime-po lib data src doc examples tests etc -+SUBDIRS = build-aux po runtime-po lib data src etc - aclocal_DATA = m4/bison-i18n.m4 - EXTRA_DIST = .prev-version .version cfg.mk \ - OChangeLog PACKAGING \ +--- bison-3.0.1.orig/Makefile.in 2013-11-12 14:57:09.000000000 +0100 ++++ bison-3.0.1/Makefile.in 2013-11-27 18:46:46.000000000 +0100 +@@ -5134,22 +5134,12 @@ $(CROSS_OPTIONS_TEXI): doc/bison.help $( + doc/refcard.pdf: doc/refcard.tex + $(AM_V_GEN) cd doc && pdftex $(abs_top_srcdir)/doc/refcard.tex + $(top_srcdir)/doc/bison.help: src/bison$(EXEEXT) +- $(AM_V_GEN)src/bison$(EXEEXT) --version >doc/bison.help.tmp +- $(AM_V_at) src/bison$(EXEEXT) --help >>doc/bison.help.tmp ++ bison$(EXEEXT) --version >doc/bison.help.tmp ++ bison$(EXEEXT) --help >>doc/bison.help.tmp + $(AM_V_at)$(top_srcdir)/build-aux/move-if-change doc/bison.help.tmp $@ + + # Depend on configure to get version number changes. + $(top_srcdir)/doc/bison.1: doc/bison.help doc/bison.x $(top_srcdir)/configure +- $(AM_V_GEN)$(HELP2MAN) \ +- --include=$(top_srcdir)/doc/bison.x \ +- --output=$@.t src/bison$(EXEEXT) +- $(AM_V_at)if $(remove_time_stamp) $@ >$@a.t 2>/dev/null && \ +- $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \ +- touch $@; \ +- else \ +- mv $@.t $@; \ +- fi +- $(AM_V_at)rm -f $@*.t + + .gv.eps: + $(AM_V_GEN) $(MKDIR_P) `echo "./$@" | sed -e 's,/[^/]*$$,,'` |