force the copy in case the target files are read-only as pointed out by petev in Bug 628

This commit is contained in:
Mike Frysinger 2006-01-08 09:55:59 +00:00
parent e420a8870a
commit 0e1be2d0f3

View File

@ -1,3 +1,3 @@
# See README.buildroot
CONFIG_UPDATE = cp package/gnuconfig/config.sub package/gnuconfig/config.guess
CONFIG_UPDATE = cp -f package/gnuconfig/config.sub package/gnuconfig/config.guess