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

Lines Matching refs:FROM

134     from="$1"
137 if test $from = "y.tab.c"; then
138 from="y_tab.c"
140 if test $from = "y.tab.h"; then
141 from="y_tab.h"
145 if test -f "$from"; then
173 FROM=`echo "$from" | sed \
180 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?