From: Ian Lance Taylor Date: Tue, 12 Dec 1995 17:21:31 +0000 (+0000) Subject: * Makefile.in (DISTCLEAN_HERE): New variable. X-Git-Tag: gdb-4_18-branchpoint~9854 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a3d48fc1e5c2fb8302e26bd2d40741684028f9a;p=thirdparty%2Fbinutils-gdb.git * Makefile.in (DISTCLEAN_HERE): New variable. (distclean): Use it. (maintainer-clean): Depend upon clean-here rather than clean, distclean, and clean-info. Run make maintainer-clean in doc. Remove files listed in DISTCLEAN_HERE. * doc/Makefile.in (maintainer-clean realclean): Split out from distclean. Depend upon clean-info and distclean. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 202b35bc6e4..bacd2725a41 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Tue Dec 12 12:19:37 1995 Ian Lance Taylor + + * Makefile.in (DISTCLEAN_HERE): New variable. + (distclean): Use it. + (maintainer-clean): Depend upon clean-here rather than clean, + distclean, and clean-info. Run make maintainer-clean in doc. + Remove files listed in DISTCLEAN_HERE. + * doc/Makefile.in (maintainer-clean realclean): Split out from + distclean. Depend upon clean-info and distclean. + Mon Dec 11 16:23:51 1995 Stan Shebs * mac-as.r: Fix copyright and version strings.