diff --git a/Make.rules.in b/Make.rules.in index 5ceda511117..72a6c571c6c 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -134,7 +134,7 @@ LINTS = $(C_SRCS:.c=.ln) $(WINEBUILD) $(DEFS) -o $@ --main-module $(MODULE) --dll $< .spec.spec.def: - $(WINEBUILD) $(DEFS) -o $@ --def $< + $(WINEBUILD) -w $(DEFS) -o $@ --def $< .c.ln: $(LINT) -c $(ALLLINTFLAGS) $< || ( $(RM) $@ && exit 1 )