mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
* dep-in.sed: Remove libintl.h.
* Makefile.am (POTFILES.in): Unset LC_COLLATE. * Makefile.in: Regenerate.
This commit is contained in:
@ -45,7 +45,7 @@ diststuff: $(BUILT_SOURCES) info $(man_MANS)
|
||||
|
||||
POTFILES = $(sources) $(noinst_HEADERS)
|
||||
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
|
||||
|
||||
MANCONF = -Dman
|
||||
|
Reference in New Issue
Block a user