makefiles: Build programs that link against libwine twice with appropriate rpaths.

One rpath is for installing and one is for running inside the build tree.
diff --git a/Make.rules.in b/Make.rules.in
index 02df171..a32b276 100644
--- a/Make.rules.in
+++ b/Make.rules.in
@@ -83,7 +83,8 @@
 LIBPORT      = $(TOPOBJDIR)/libs/port/libwine_port.a
 LIBWPP       = $(TOPOBJDIR)/libs/wpp/libwpp.a
 LIBWINE      = -L$(TOPOBJDIR)/libs/wine -lwine
-LIBWINE_LDFLAGS = @LIBWINE_LDFLAGS@ $(LIBWINE)
+LDRPATH_INSTALL = @LDRPATH_INSTALL@
+LDRPATH_LOCAL   = @LDRPATH_LOCAL@
 
 @SET_MAKE@