Re: 28-fix-clean-local.patch

2001-02-04 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> * automake.in (handle_clean): `-local' targets are bound to `-am' Akim> targets, not top targets. Thanks, ok. Tom

28-fix-clean-local.patch

2001-02-04 Thread Akim Demaille
This was responsible for the difference presented in Automake's tests/Makefile.in. Now makesort says: ~/src/am % ./makesort.pl -d /tmp/am/tests/Makefile.in tests/Makefile.in 259c259 < distclean-am: distclean-generic clean-am distclean-local --- > distclean-am: clean-am distclean-generic distcle