From: Andrew Cagney Date: Sun, 18 Nov 2001 19:05:56 +0000 (+0000) Subject: * po/Make-in (distclean): Don't delete SRC-POTFILES.in or X-Git-Tag: gdb_5_1-2001-11-21-release~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67230682c46b167b7ad2098c60341149d68b785d;p=thirdparty%2Fbinutils-gdb.git * po/Make-in (distclean): Don't delete SRC-POTFILES.in or BLD-POTFILES.in. Work around bug in BFD's distclean. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4a74e5f7c9e..b6d65405d51 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2001-11-18 Andrew Cagney + + * 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 * configure, op/SRC-POTFILES.in, po/bfd.pot: Regenerate. diff --git a/bfd/po/Make-in b/bfd/po/Make-in index 2414748d744..15590f4afa0 100644 --- a/bfd/po/Make-in +++ b/bfd/po/Make-in @@ -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;"