diff --git a/reactos/lib/shell32/Makefile.in b/reactos/lib/shell32/Makefile.in index f9a0dc535d1..6ee8ae0edb5 100644 --- a/reactos/lib/shell32/Makefile.in +++ b/reactos/lib/shell32/Makefile.in @@ -76,7 +76,7 @@ shell.spec.c: shell.spec version16.res $(WINEBUILD) $(DEFS) $(DLLFLAGS) -o $@ --main-module $(MODULE) --res version16.res --spec $(SRCDIR)/shell.spec authors.c: $(TOPSRCDIR)/AUTHORS - (echo 'const char * const SHELL_Authors[] = {' && \ + (LANG=C; echo 'const char * const SHELL_Authors[] = {' && \ sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' $(TOPSRCDIR)/AUTHORS && \ echo ' 0 };') >$@ || ($(RM) $@ && false)