for i in $(find "$SRCDIR" -name config.guess -o -name config.sub); do \
	cp -v /usr/bin/$(basename $i) $i ; \
done
