diff options
author | Alan Modra <amodra@gmail.com> | 2003-08-14 07:04:57 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-08-14 07:04:57 +0000 |
commit | 68cdbb4a03848a829b1ee8e08b9d5de3c13522a8 (patch) | |
tree | e3de2eb9f6a96d4074ec5e07cd368dffeba7581c /ld/Makefile.am | |
parent | da64f3bf47241a6e45fbe7149510ad64e2e751ae (diff) | |
download | gdb-68cdbb4a03848a829b1ee8e08b9d5de3c13522a8.zip gdb-68cdbb4a03848a829b1ee8e08b9d5de3c13522a8.tar.gz gdb-68cdbb4a03848a829b1ee8e08b9d5de3c13522a8.tar.bz2 |
* dep-in.sed: Remove libintl.h.
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 3a04c4e..daea9ba 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -413,7 +413,7 @@ EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES) po/POTFILES.in: @MAINT@ Makefile - for file in $(POTFILES); do echo $$file; done | sort > tmp \ + for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ && mv tmp $(srcdir)/po/POTFILES.in ldmain.o: ldmain.c config.status |