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

This commit is contained in:
Alexandre Julliard 2006-09-11 14:47:39 +02:00
parent 534fac983d
commit 0a0f4cd835
1 changed files with 2 additions and 3 deletions

View File

@ -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