From 74ff4393c31bc035435e41974f231fbadb7dd4fc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 21 Mar 2007 00:11:23 +0000 Subject: klibtool is long gone git-svn-id: svn://tug.org/texlive/trunk@4071 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/ChangeLog | 4 ++++ Build/source/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Build') diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index ebb0c43dee7..e2098a5050a 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -1,3 +1,7 @@ +2007-03-21 Karl Berry + + * Makefile.in (distclean): remove mention of klibtool. + 2006-12-14 Karl Berry * Build: allow invoking from anywhere, and more overrides. diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index 533e00d5faa..e57158bfac9 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -136,7 +136,7 @@ distclean: clean (if test -f $$dir/Makefile; then cd $$dir && $(MAKE) $@; else true; fi) || exit 1; \ done rm -f Makefile *.status *.cache *.log dialogconfig.h TAGS - rm -f libs/klibtool.config libs/config.log libs/config.status libs/config.cache libs/kpse_empty + rm -f libs/config.log libs/config.status libs/config.cache libs/kpse_empty rm -f utils/texinfo/info/funs.h utils/texinfo/info/doc.c utils/texinfo/info/key.c tags TAGS: -- cgit v1.2.3