1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:31:07 +03:00
openwrt-xburst/tools/bison/patches/000-relocatable.patch
florian e9404ac1be [tools] bison: update to 2.5
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31167 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:25:11 +00:00

21 lines
567 B
Diff

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,6 +81,7 @@ MOSTLYCLEANFILES = yacc
yacc:
echo '#! /bin/sh' >$@
+ echo 'test -n "$$STAGING_DIR" && exec "$$STAGING_DIR/../host/bin/bison" -y "$$@"' >>$@
echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@
chmod a+x $@
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1609,6 +1609,7 @@ uninstall-am: uninstall-binPROGRAMS unin
yacc:
echo '#! /bin/sh' >$@
+ echo 'test -n "$$STAGING_DIR" && exec "$$STAGING_DIR/../host/bin/bison" -y "$$@"' >>$@
echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@
chmod a+x $@