From: Peter Korsgaard Date: Fri, 31 Dec 2010 15:13:21 +0000 (+0100) Subject: bison: remove unused yacc wrapper X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6bdaee1e0fd76c0201e8ec18b241b21cd9dc593a;p=buildroot.git bison: remove unused yacc wrapper No longer used since 98611b (bison: convert to the autotools infrastructure) Signed-off-by: Peter Korsgaard --- diff --git a/package/bison/yacc b/package/bison/yacc deleted file mode 100755 index aed120e88a..0000000000 --- a/package/bison/yacc +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec /usr/bin/bison -y "$@"