summaryrefslogtreecommitdiff
path: root/package/bison/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-16 17:07:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-16 17:07:50 +0100
commit1e50ce596cfeb499bf479e1dfded8707a84f79d2 (patch)
tree3cdd7d2621d1d5f23c870fdbead7dbf53e8d3cc5 /package/bison/patches
parent34463134b00acf3d0305f30eb858c9a89b71a05f (diff)
parent2f5fd9680065f15ebb6a3962d9bfac89f383db9a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bison/patches')
-rw-r--r--package/bison/patches/patch-Makefile_in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bison/patches/patch-Makefile_in b/package/bison/patches/patch-Makefile_in
index 98e7f3de3..cf6ade9c5 100644
--- a/package/bison/patches/patch-Makefile_in
+++ b/package/bison/patches/patch-Makefile_in
@@ -6,8 +6,8 @@
$(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
++ echo "3.0.1" >doc/bison.help.tmp
++ echo "no 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.