Move SRC-POTFILES.in and BLD-POTFILES.in to maintainer-clean target.
authorNick Clifton <nickc@redhat.com>
Thu, 22 Nov 2001 16:21:01 +0000 (16:21 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 22 Nov 2001 16:21:01 +0000 (16:21 +0000)
bfd/ChangeLog
bfd/po/Make-in

index 3353974..5759b1b 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-21  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/Make-in (distclean): Move SRC-POTFILES.in and
+       BLD-POTFILES.in to maintainer-clean target.
+
 2001-11-21  Alan Modra  <amodra@bigpond.net.au>
 
        * elfxx-ia64.c (elfNN_ia64_relocate_section): Test r_symndx rather
index 2414748..a288585 100644 (file)
@@ -205,12 +205,12 @@ clean: mostlyclean
 
 distclean: clean
        rm -f Makefile Makefile.in *.mo *.msg *.cat *.cat.m
-       rm -f SRC-POTFILES BLD-POTFILES SRC-POTFILES.in BLD-POTFILES.in
+       rm -f SRC-POTFILES BLD-POTFILES 
 
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."
-       rm -f $(GMOFILES)
+       rm -f $(GMOFILES) SRC-POTFILES.in BLD-POTFILES.in
 
 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
 dist distdir: update-po $(DISTFILES)