Commit 0a0f4cd8 authored by Alexandre Julliard's avatar Alexandre Julliard

shell32: Don't build authors.c for make depend, it has no dependencies anyway.

parent 534fac98
......@@ -10,7 +10,6 @@ DELAYIMPORTS = ole32 oleaut32
EXTRALIBS = -luuid
C_SRCS = \
authors.c \
autocomplete.c \
brsfolder.c \
changenotify.c \
......@@ -78,6 +77,8 @@ C_SRCS16 = shell.c
RC_SRCS16 = version16.rc
SPEC_SRCS16 = shell.spec
EXTRA_OBJS = authors.o
@MAKE_DLL_RULES@
# Special rules for 16-bit resource files
......@@ -93,8 +94,6 @@ authors.c: $(TOPSRCDIR)/AUTHORS
sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
echo ' 0 };') >$@ || ($(RM) $@ && false)
depend: authors.c
clean::
$(RM) authors.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment