mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Partial fix of config deletion issues.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13885 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0d02de5d7c
commit
b1c820d10d
2 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,8 @@
|
|||
categpory of Object.
|
||||
* Source/Additions/GSMime.m: Add a couple of convenience methods.
|
||||
* Source/GSHTTPURLHandle.m: Use one of them.
|
||||
* SSL/Makefile.postample: on distclean, don't need to delete
|
||||
bundle, but do delete config.h explicitly.
|
||||
|
||||
2002-06-13 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -67,8 +67,7 @@
|
|||
|
||||
# Things to do after distcleaning
|
||||
after-distclean::
|
||||
rm -rf SSL.bundle
|
||||
rm -rf $(GNUSTEP_TARGET_DIR)
|
||||
rm -rf $(GNUSTEP_TARGET_DIR)/config.h
|
||||
|
||||
# Things to do before checking
|
||||
# before-check::
|
||||
|
|
Loading…
Reference in a new issue