mirror of https://github.com/BOINC/boinc.git
Update the config.{guess,sub} scripts at the right location
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@179 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
b4a707b903
commit
1ad378ec42
|
@ -64,9 +64,9 @@ clean:
|
||||||
# Add here commands to clean up after the build process.
|
# Add here commands to clean up after the build process.
|
||||||
-$(MAKE) distclean
|
-$(MAKE) distclean
|
||||||
-test -r /usr/share/misc/config.sub && \
|
-test -r /usr/share/misc/config.sub && \
|
||||||
cp -pf /usr/share/misc/config.sub config.sub
|
cp -pf /usr/share/misc/config.sub scripts/config.sub
|
||||||
-test -r /usr/share/misc/config.guess && \
|
-test -r /usr/share/misc/config.guess && \
|
||||||
cp -pf /usr/share/misc/config.guess config.guess
|
cp -pf /usr/share/misc/config.guess scripts/config.guess
|
||||||
|
|
||||||
-rm -rf autom4te.cache
|
-rm -rf autom4te.cache
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue