Home | History | Annotate | Download | only in build-aux

Lines Matching refs:FROM

136     from="$1"
139 if test $from = "y.tab.c"; then
140 from="y_tab.c"
142 if test $from = "y.tab.h"; then
143 from="y_tab.h"
147 if test -f "$from"; then
175 FROM=`echo "$from" | sed \
182 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
183 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?