diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 09:50:15 -0700 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 09:50:15 -0700 |
commit | a51cd649c1e7e55ce217d939eac29b11e9a572f0 (patch) | |
tree | 98ff915d6e3d537a2f323c2edde4c8b22fa0694e /package/bison/patches/patch-Makefile_in | |
parent | 0f80f2fdff5aa23a630dd0161e91c1ce0a6d9bea (diff) |
some OpenBSD host fixes
Diffstat (limited to 'package/bison/patches/patch-Makefile_in')
-rw-r--r-- | package/bison/patches/patch-Makefile_in | 4 |
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. |