2001-07-15 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 15 Jul 2001 19:33:11 +0000 (19:33 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 15 Jul 2001 19:33:11 +0000 (19:33 +0000)
* Makefile.am (po/SRC-POTFILES.in): Use tmp.src instead of tmp.
(po/BLD-POTFILES.in): Use tmp.bld instead of tmp.
* Makefile.in: Regenerate.

bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in

index 896b54f6096ef574f584f8b256c92f0563792918..db3627f2a4cbc62a3e17e670c2972fde98434894 100644 (file)
@@ -1,3 +1,9 @@
+2001-07-15  H.J. Lu  <hjl@gnu.org>
+
+       * Makefile.am (po/SRC-POTFILES.in): Use tmp.src instead of tmp.
+       (po/BLD-POTFILES.in): Use tmp.bld instead of tmp.
+       * Makefile.in: Regenerate.
+
 2001-07-11  H.J. Lu  <hjl@gnu.org>
 
        * elf64-alpha.c (elf64_alpha_check_relocs): Set the ALLOC|LOAD
index 27946f6fcad1e5d61f0f349b8460e431f8b95fe6..299aff1657b5f1a0939511bb6ff7f36bbe29bacf 100644 (file)
@@ -512,12 +512,12 @@ SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
 
 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
-       for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp \
-         && mv tmp $(srcdir)/po/SRC-POTFILES.in
+       for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp.src \
+         && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
 
 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
-       for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp \
-         && mv tmp $(srcdir)/po/BLD-POTFILES.in
+       for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp.bld \
+         && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
 
 # The following target is retained for upgrade purposes.
 # This target used to exist in older versions of this makefile, and was
index cdb0e178461281bd26287523324dc29b55213a3a..b01c6035bc18c35248d1aee0bf61c7a6dcdc072b 100644 (file)
@@ -1087,12 +1087,12 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 
 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
-       for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp \
-         && mv tmp $(srcdir)/po/SRC-POTFILES.in
+       for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp.src \
+         && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
 
 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
-       for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp \
-         && mv tmp $(srcdir)/po/BLD-POTFILES.in
+       for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp.bld \
+         && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
 
 # The following target is retained for upgrade purposes.
 # This target used to exist in older versions of this makefile, and was
This page took 0.031753 seconds and 4 git commands to generate.