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:
gombasg 2005-12-12 02:26:56 +00:00 committed by Adam Visegradi
parent b4a707b903
commit 1ad378ec42
1 changed files with 2 additions and 2 deletions

View File

@ -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