mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
merged WinHQ Makefile optimization
svn path=/trunk/; revision=7490
This commit is contained in:
parent
38883fca0b
commit
6cd1349c6a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue