diff options
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index cdb0e17..b01c603 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -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 |