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:
Richard Frith-Macdonald 2002-06-14 10:51:04 +00:00
parent 0d02de5d7c
commit b1c820d10d
2 changed files with 3 additions and 2 deletions

View file

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

View file

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