makefiles: Remove the obsolete rule for .spec.o files.

This commit is contained in:
Alexandre Julliard 2010-01-23 14:24:23 +01:00
parent 8e9050ba05
commit 79cac381cb
1 changed files with 1 additions and 4 deletions

View File

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