From ac9a651b605e0158ff2122e19eb0fe8e5125cde8 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 15 Jan 2002 03:02:24 +0000 Subject: [PATCH] Always remove the SSL.bundle on make distclean, regardless of configure flags which might have changed git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12111 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1333d71e4..3f84bc739 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 15 02:53:56 2002 Nicola Pero + + * Source/Makefile.postamble (after-distclean): Always remove + SSL.bundle, regardless of any flags. + 2002-01-13 Richard Frith-Macdonald * Tools/AGSParser.m: Mostly implemented parsing of C declarations