mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 10:13:01 +00:00
makefiles: Fix the installation rules for programs bin directory.
This commit is contained in:
parent
6805045b05
commit
e85bf5c190
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user