diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-31 16:13:21 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-31 16:13:21 +0100 |
commit | 6bdaee1e0fd76c0201e8ec18b241b21cd9dc593a (patch) | |
tree | 962c067b8d327462aeeef49c42d75f2bdbae8859 /package | |
parent | acc6188d5c4dca5117c9aa2f274833b892b68656 (diff) | |
download | buildroot-novena-6bdaee1e0fd76c0201e8ec18b241b21cd9dc593a.tar.gz buildroot-novena-6bdaee1e0fd76c0201e8ec18b241b21cd9dc593a.zip |
bison: remove unused yacc wrapper
No longer used since 98611b (bison: convert to the autotools infrastructure)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rwxr-xr-x | package/bison/yacc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/bison/yacc b/package/bison/yacc deleted file mode 100755 index aed120e88..000000000 --- a/package/bison/yacc +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec /usr/bin/bison -y "$@" |