From 68cdbb4a03848a829b1ee8e08b9d5de3c13522a8 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 14 Aug 2003 07:04:57 +0000 Subject: * dep-in.sed: Remove libintl.h. * Makefile.am (POTFILES.in): Unset LC_COLLATE. * Makefile.in: Regenerate. --- ld/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/Makefile.am') 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 -- cgit v1.1