From 79cac381cb76e9c5bd2d742478c63fc843894893 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sat, 23 Jan 2010 14:24:23 +0100 Subject: [PATCH] makefiles: Remove the obsolete rule for .spec.o files. --- Make.rules.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Make.rules.in b/Make.rules.in index 2bb9408b83..1a279f8e81 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -133,7 +133,7 @@ filter: dummy # Implicit rules -.SUFFIXES: .mc .rc .mc.rc .res .spec .spec.o .idl .tlb .h .y .l .tab.c .tab.h .yy.c .ok .man.in .man _c.c _i.c _p.c _s.c @MAINTAINER_MODE@ .sfd .ttf .svg .ico +.SUFFIXES: .mc .rc .mc.rc .res .idl .tlb .h .y .l .tab.c .tab.h .yy.c .ok .man.in .man _c.c _i.c _p.c _s.c @MAINTAINER_MODE@ .sfd .ttf .svg .ico .c.o: $(CC) -c $(ALLCFLAGS) -o $@ $< @@ -153,9 +153,6 @@ filter: dummy .rc.res: $(LDPATH) $(RC) $(RCFLAGS) -fo$@ $< -.spec.spec.o: - $(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --main-module $(MODULE) --export $< - .idl.h: $(WIDL) $(IDLFLAGS) -h -H $@ $<