From 69d10d87e2b35bb5197875a6f3f1d172c74e77da Mon Sep 17 00:00:00 2001 From: manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue, 17 Mar 1998 01:38:10 +0000 Subject: [PATCH] P * config-ml.in: After building symlink tree call make distclean if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens to be the case for libiberty. * Makefile.in (clean, distclean): Add 'info' explicitly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18642 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c2831e9398fb..20a78b29a342 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de> + + * config-ml.in: After building symlink tree call make distclean + if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens + to be the case for libiberty. + Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu) * configure: When making link, also check the current -- GitLab