diff options
author | Karl Berry <karl@freefriends.org> | 2007-03-21 00:11:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-03-21 00:11:23 +0000 |
commit | 74ff4393c31bc035435e41974f231fbadb7dd4fc (patch) | |
tree | a31d89fbddb7fd823048c4d5c9578498619a02c5 /Build | |
parent | e8ce727aab98811f12dc0580ba08030ef3303838 (diff) |
klibtool is long gone
git-svn-id: svn://tug.org/texlive/trunk@4071 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
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 <karl@tug.org> + + * Makefile.in (distclean): remove mention of klibtool. + 2006-12-14 Karl Berry <karl@tug.org> * 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: |