Alexandre Julliard : loader: Add missing install dependency for extra binaries.

Alexandre Julliard julliard at winehq.org
Mon Mar 30 12:08:44 CDT 2009


Module: wine
Branch: master
Commit: bfeaad0d45db33f8fee0674ea72c6ffa256956a3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bfeaad0d45db33f8fee0674ea72c6ffa256956a3

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Mar 30 15:05:17 2009 +0200

loader: Add missing install dependency for extra binaries.

---

 loader/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/loader/Makefile.in b/loader/Makefile.in
index ae2f386..afe3f73 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -45,7 +45,7 @@ wine: $(MAIN_OBJS) Makefile.in
 wine-installed: $(MAIN_OBJS) Makefile.in
 	$(CC) -o $@ $(LDEXECFLAGS) $(MAIN_OBJS) $(LIBWINE) $(LIBPORT) $(LIBPTHREAD) $(EXTRALIBS) $(LDFLAGS) $(LDRPATH_INSTALL)
 
-$(EXTRA_BINARIES:%=__install__%): $(DESTDIR)$(bindir) dummy
+$(EXTRA_BINARIES:%=__install__%): $(EXTRA_BINARIES) $(DESTDIR)$(bindir) dummy
 	f=`expr $@ : '__install__\(.*\)'` && $(INSTALL_PROGRAM) $$f $(DESTDIR)$(bindir)/$$f
 
 .PHONY: $(EXTRA_BINARIES:%=__install__%)




More information about the wine-cvs mailing list