mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
88ac0775dc
commit
64cd1e0980
1 changed files with 2 additions and 2 deletions
|
@ -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::
|
||||
|
|
Loading…
Reference in a new issue