From: Tom Tromey Date: Sun, 15 Jul 2001 21:29:28 +0000 (+0000) Subject: * lib/am/tags.am (distclean-tags): Remove files for gtags. X-Git-Tag: Release-1-4j~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e14e03852a812ec2d1eb91963e0897c01019c632;p=thirdparty%2Fautomake.git * lib/am/tags.am (distclean-tags): Remove files for gtags. From Shigio Yamaguchi. --- diff --git a/ChangeLog b/ChangeLog index 6d68c630d..6abb96a05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-15 Tom Tromey + + * lib/am/tags.am (distclean-tags): Remove files for gtags. + From Shigio Yamaguchi. + 2001-07-14 Steve M. Robbins * lib/am/distdir.am (distcheck): Emit diagnostic when files diff --git a/lib/am/tags.am b/lib/am/tags.am index 05724235a..fab7baa78 100644 --- a/lib/am/tags.am +++ b/lib/am/tags.am @@ -84,4 +84,5 @@ GTAGS: .PHONY distclean-am: distclean-tags distclean-tags: - -rm -f TAGS ID + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH +