Module: wine Branch: master Commit: 79cac381cb76e9c5bd2d742478c63fc843894893 URL: http://source.winehq.org/git/wine.git/?a=commit;h=79cac381cb76e9c5bd2d742478...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Jan 23 14:24:23 2010 +0100
makefiles: Remove the obsolete rule for .spec.o files.
---
Make.rules.in | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/Make.rules.in b/Make.rules.in index 2bb9408..1a279f8 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 $@ $<