Be more permissive with problems in removing the Foundation dir

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10504 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-07-17 10:20:20 +00:00
parent 88ac0775dc
commit 64cd1e0980

View file

@ -73,8 +73,8 @@ after-distclean::
rm -f Headers/gnustep/base/config.h \
Headers/gnustep/base/GSConfig.h \
Headers/gnustep/base/preface.h
cd Headers; rm -f Foundation
cd Source; rm -f Foundation
-cd Headers; rm -f Foundation
-cd Source; rm -f Foundation
# Things to do before checking
# before-check::