summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-08-22 07:05:07 +0200
committerJan Holesovsky <kendy@suse.cz>2011-08-22 09:38:56 +0200
commitd6fa91761f4b67be50e01ecc5fd42e2a6d215eb4 (patch)
tree0f93205868b7c760217bb7825b40f227f6beeb8a /Makefile.in
parent6206f1c7bcb4f5b78a5ad244072a527d1ed41a4b (diff)
Don't complain when cross-build-toolkit.built does not exist.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8090bcb6e740..126056746978 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -80,7 +80,7 @@ endif
dmake/dmake@EXEEXT_FOR_BUILD@:
./bootstrap
- -rm cross-build-toolset.built
+ -rm -f cross-build-toolset.built
src.downloaded: ooo.lst download
ifeq (@DO_FETCH_TARBALLS@,YES)