aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-03-23 18:05:30 +0000
committerNick Clifton <nickc@redhat.com>2001-03-23 18:05:30 +0000
commit55c80943b8d7d7c567f0af675d32d58d3de97a03 (patch)
tree5a3eae4b2d8b3deb0f6651e83a71d8a87929c1be /bfd/ChangeLog
parent207e433e1d2cbb0a2a1124380a5e9b361cbf851a (diff)
downloadfsf-binutils-gdb-55c80943b8d7d7c567f0af675d32d58d3de97a03.zip
fsf-binutils-gdb-55c80943b8d7d7c567f0af675d32d58d3de97a03.tar.gz
fsf-binutils-gdb-55c80943b8d7d7c567f0af675d32d58d3de97a03.tar.bz2
Fix building bfd.pot in maintainer mode
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index dc28cf0..f59fa2d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,32 @@
+2001-03-23 Nick Clifton <nickc@redhat.com>
+
+ * Makefile.am (BUILD_CFILES): New variable: List of C source
+ files created in build directory.
+ (BUILD_HFILES): New variable: List of header files created in
+ build directory.
+ (POTFILES): Delete.
+ (po/POTFILES.in): Replace rule with empty entry.
+ (po/SRC-POTFILES.in): New rule: Create a list of source files
+ in the source directory.
+ (po/BLD-POTFILES.in): New rule: Create a list of source files
+ in the build directory.
+ (MOSTLYCLEAN): Do not delete source files created in build
+ directory.
+ * Makefile.in: Regenerate.
+ * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
+ into po/Makefile.
+ * configure: Regenerate.
+
+ * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
+ and BLD_POTFILES.
+ Add .. to the search path when building bfd.pot.
+ Delete POTFILES when performing distclean.
+ Add comment describing why distclean is broken in maintainer mode.
+ * po/POTFILES.in: Delete.
+ * po/SRC-POTFILES.in: New file.
+ * po/BLD-POTFILES.in: New file.
+ * po/bfd.pot: Regenerate.
+
2001-03-22 Hans-Peter Nilsson <hp@axis.com>
* elf32-cris.c: Shlib and PIC support. PCREL tweaks.