Module: wine Branch: master Commit: 0a0f4cd835923272fd3b5529fef9bbbdf5fd70d2 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=0a0f4cd835923272fd3b5529...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Sep 11 14:47:39 2006 +0200
shell32: Don't build authors.c for make depend, it has no dependencies anyway.
---
dlls/shell32/Makefile.in | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index ccc6643..327508c 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -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