shell32: Don't build authors.c for make depend, it has no dependencies anyway.
This commit is contained in:
parent
534fac983d
commit
0a0f4cd835
|
@ -10,7 +10,6 @@ DELAYIMPORTS = ole32 oleaut32
|
||||||
EXTRALIBS = -luuid
|
EXTRALIBS = -luuid
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
authors.c \
|
|
||||||
autocomplete.c \
|
autocomplete.c \
|
||||||
brsfolder.c \
|
brsfolder.c \
|
||||||
changenotify.c \
|
changenotify.c \
|
||||||
|
@ -78,6 +77,8 @@ C_SRCS16 = shell.c
|
||||||
RC_SRCS16 = version16.rc
|
RC_SRCS16 = version16.rc
|
||||||
SPEC_SRCS16 = shell.spec
|
SPEC_SRCS16 = shell.spec
|
||||||
|
|
||||||
|
EXTRA_OBJS = authors.o
|
||||||
|
|
||||||
@MAKE_DLL_RULES@
|
@MAKE_DLL_RULES@
|
||||||
|
|
||||||
# Special rules for 16-bit resource files
|
# Special rules for 16-bit resource files
|
||||||
|
@ -93,8 +94,6 @@ authors.c: $(TOPSRCDIR)/AUTHORS
|
||||||
sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
|
sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
|
||||||
echo ' 0 };') >$@ || ($(RM) $@ && false)
|
echo ' 0 };') >$@ || ($(RM) $@ && false)
|
||||||
|
|
||||||
depend: authors.c
|
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
$(RM) authors.c
|
$(RM) authors.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue