makefiles: Fix the installation rules for programs bin directory.

This commit is contained in:
Alexandre Julliard 2010-02-11 20:07:39 +01:00
parent 6805045b05
commit e85bf5c190
1 changed files with 2 additions and 1 deletions

View File

@ -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)