From 58eee3844dc41363cdd84466fd7a699146683c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Bj=C3=B6rklund?= Date: Sat, 2 Dec 2000 20:10:38 +0000 Subject: [PATCH] Compile fix for building wine outside the source tree. --- Make.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.rules.in b/Make.rules.in index 21922e8ca8b..188e45de505 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -198,7 +198,7 @@ $(MODULE).tmp.o: $(OBJS) Makefile.in # Rule for main module spec file $(MODULE).spec.c: $(MODULE).spec $(RC_SRCS:.rc=.res) $(SYMBOLFILE) $(WINEBUILD) - $(LDPATH) $(WINEBUILD) @DLLFLAGS@ -L $(DLLDIR) $(SYMBOLFILE:%=-sym %) -o $@ -spec $(MODULE).spec + $(LDPATH) $(WINEBUILD) @DLLFLAGS@ -L $(DLLDIR) $(SYMBOLFILE:%=-sym %) -o $@ -spec $(SRCDIR)/$(MODULE).spec # Rule to rebuild the resource compiler