Alexandre Julliard : makefiles: Fix the installation rules for programs bin directory.

Alexandre Julliard julliard at winehq.org
Fri Feb 12 10:17:41 CST 2010


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Feb 11 20:07:39 2010 +0100

makefiles: Fix the installation rules for programs bin directory.

---

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

diff --git a/programs/Makefile.in b/programs/Makefile.in
index f6b7499..9946998 100644
--- a/programs/Makefile.in
+++ b/programs/Makefile.in
@@ -3,7 +3,8 @@ TOPOBJDIR = ..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 
-INSTALLPROGS   = @ALL_PROGRAM_BIN_INSTALL_DIRS@
+ALL_INSTALLS = @ALL_PROGRAM_BIN_INSTALL_DIRS@
+INSTALLPROGS = $(ALL_INSTALLS:programs/%=%)
 
 INSTALLDIRS = $(DESTDIR)$(bindir)
 




More information about the wine-cvs mailing list