summaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorManuel Novoa III2004-03-11 09:03:44 +0100
committerManuel Novoa III2004-03-11 09:03:44 +0100
commit5875ffa3fe4ec090ba64a726314ab87f00023bd2 (patch)
tree510637ff041d888b4d14ba595f44d1aa4c82e513 /sources
parentBegin to sortof make this work... (diff)
downloadbuildroot-5875ffa3fe4ec090ba64a726314ab87f00023bd2.tar.gz
buildroot-5875ffa3fe4ec090ba64a726314ab87f00023bd2.tar.xz
buildroot-5875ffa3fe4ec090ba64a726314ab87f00023bd2.zip
Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>.
Provides a script for yacc in terms of bison instead of a symlink.
Diffstat (limited to 'sources')
-rwxr-xr-xsources/yacc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/yacc b/sources/yacc
new file mode 100755
index 000000000..aed120e88
--- /dev/null
+++ b/sources/yacc
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/bin/bison -y "$@"