]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* po/Make-in (distclean): Don't delete SRC-POTFILES.in or
authorAndrew Cagney <cagney@redhat.com>
Sun, 18 Nov 2001 19:05:56 +0000 (19:05 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 18 Nov 2001 19:05:56 +0000 (19:05 +0000)
BLD-POTFILES.in.  Work around bug in BFD's distclean.

bfd/ChangeLog
bfd/po/Make-in

index 4a74e5f7c9e912e36657727ca560b7bce0a697e4..b6d65405d51e6ec318bc150b2d6e9a05d6bd7604 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * po/Make-in (distclean): Don't delete SRC-POTFILES.in or
+       BLD-POTFILES.in.  Work around bug in BFD's distclean.
+
 2001-10-30  Andrew Cagney  <ac131313@redhat.com>
 
        * configure, op/SRC-POTFILES.in, po/bfd.pot: Regenerate.
index 2414748d744d14d40fa65309b9c0e8c9f51054aa..15590f4afa073bef2d44892e5c0c577bbc0ecf2e 100644 (file)
@@ -203,9 +203,15 @@ mostlyclean:
 
 clean: mostlyclean
 
+# FIXME: cagney/2001-11-18: When configuring / building in the source
+# directory, the rule below would delete SRC-POTFILES.in and
+# BLD-POTFILES.in from that source directory.  While a make rebuilds
+# these files it also puts them in the source directory and that can
+# be read-only.
+
 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;"