]> sourceware.org Git - automake.git/commitdiff
Remove TAGS in distclean, not maintainer-clean
authorTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 23:07:26 +0000 (23:07 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 23:07:26 +0000 (23:07 +0000)
tags-clean.am

index 7c7c1028ad70dcd215cd9034a03289290e324292..6f32baf9abc148146cc03fcd6315a119aebbf9b3 100644 (file)
@@ -3,7 +3,7 @@ mostlyclean-tags:
 clean-tags:
 
 distclean-tags:
+       rm -f TAGS ID
 
 maintainer-clean-tags:
-       rm -f $(TAGS)
 
This page took 0.0258 seconds and 5 git commands to generate.