diff options
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 0fd2fe9..befb9f1 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -698,12 +698,12 @@ BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES) po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES) for file in $(SRC_POTFILES); do echo $$file; done \ - | LC_COLLATE= sort > tmp.src \ + | LC_ALL=C 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 \ - | LC_COLLATE= sort > tmp.bld \ + | LC_ALL=C sort > tmp.bld \ && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in all diststuff: info |