summaryrefslogtreecommitdiff
path: root/package/bison/patches/patch-Makefile_in.orig
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-29 16:06:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-29 16:06:00 +0100
commit8e8512391c668fc7074f812f15eabe8f176fb01e (patch)
treef9f0862dd6eb962fe3fc4803180b431843f6c5be /package/bison/patches/patch-Makefile_in.orig
parentc491653a1f9574a42965025805d472c3d145f699 (diff)
parentae3d4616ed9c19a29d656193254657f93d612fa2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bison/patches/patch-Makefile_in.orig')
-rw-r--r--package/bison/patches/patch-Makefile_in.orig13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/bison/patches/patch-Makefile_in.orig b/package/bison/patches/patch-Makefile_in.orig
new file mode 100644
index 000000000..c427a7033
--- /dev/null
+++ b/package/bison/patches/patch-Makefile_in.orig
@@ -0,0 +1,13 @@
+--- 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:39:58.000000000 +0100
+@@ -5134,8 +5134,8 @@ $(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.