From 87632150c4f8ff69721493b5418b6828bfca437d Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 17 Jul 2001 14:08:13 +0000 Subject: [PATCH] Updated my last changelog entry for new changes to Makefile.postamble git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10509 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c655c39cf..6b41a9f10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -Tue Jul 17 09:59:41 2001 Nicola Pero +Tue Jul 17 15:00:52 2001 Nicola Pero - * Makefile.postamble (after-distclean): Do not abort if - we can not remove Foundation. + * Makefile.postamble (after-distclean): Depend on + remove-header-links; do not remove links here. + (remove-header-links): New target removing header links; different + implementation on mingw32 and on non-migw32. Do not remove + Source/Foundation. + (.PHONY): Added, with header-links and remove-header-links. 2001-07-16 Adam Fedor