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.
This commit is contained in:
parent
d75b5104df
commit
01467f2afb
3 changed files with 14 additions and 8 deletions
|
@ -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>
|
2001-07-11 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* elf64-alpha.c (elf64_alpha_check_relocs): Set the ALLOC|LOAD
|
* elf64-alpha.c (elf64_alpha_check_relocs): Set the ALLOC|LOAD
|
||||||
|
|
|
@ -512,12 +512,12 @@ SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
|
||||||
BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
|
BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
|
||||||
|
|
||||||
po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
|
po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
|
||||||
for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp \
|
for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp.src \
|
||||||
&& mv tmp $(srcdir)/po/SRC-POTFILES.in
|
&& mv tmp.src $(srcdir)/po/SRC-POTFILES.in
|
||||||
|
|
||||||
po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
|
po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
|
||||||
for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp \
|
for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp.bld \
|
||||||
&& mv tmp $(srcdir)/po/BLD-POTFILES.in
|
&& mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
|
||||||
|
|
||||||
# The following target is retained for upgrade purposes.
|
# The following target is retained for upgrade purposes.
|
||||||
# This target used to exist in older versions of this makefile, and was
|
# This target used to exist in older versions of this makefile, and was
|
||||||
|
|
|
@ -1087,12 +1087,12 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||||
|
|
||||||
|
|
||||||
po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
|
po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
|
||||||
for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp \
|
for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp.src \
|
||||||
&& mv tmp $(srcdir)/po/SRC-POTFILES.in
|
&& mv tmp.src $(srcdir)/po/SRC-POTFILES.in
|
||||||
|
|
||||||
po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
|
po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
|
||||||
for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp \
|
for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp.bld \
|
||||||
&& mv tmp $(srcdir)/po/BLD-POTFILES.in
|
&& mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
|
||||||
|
|
||||||
# The following target is retained for upgrade purposes.
|
# The following target is retained for upgrade purposes.
|
||||||
# This target used to exist in older versions of this makefile, and was
|
# This target used to exist in older versions of this makefile, and was
|
||||||
|
|
Loading…
Reference in a new issue