Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c1e29580
Commit
c1e29580
authored
Jan 03, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Fix the bin install rule in wow64 mode.
parent
8cbb8cc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
aclocal.m4
aclocal.m4
+1
-1
configure
configure
+1
-1
No files found.
aclocal.m4
View file @
c1e29580
...
...
@@ -344,7 +344,7 @@ $ac_dir: $ac_dir/Makefile __builddeps__ dummy
@cd $ac_dir && \$(MAKE) install
uninstall:: $ac_dir/Makefile
@cd $ac_dir && \$(MAKE) uninstall"
if
wine_fn_has_flag installbin $ac_flags -a -n "$DLLEXT" -a "x$enable_tools" != xno
if
test -n "$DLLEXT" -a "x$enable_tools" != xno && wine_fn_has_flag installbin $ac_flags
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"install install-lib:: tools \$(DESTDIR)\$(bindir)
...
...
configure
View file @
c1e29580
...
...
@@ -14602,7 +14602,7 @@ $ac_dir: $ac_dir/Makefile __builddeps__ dummy
@cd
$ac_dir
&&
\$
(MAKE) install
uninstall::
$ac_dir
/Makefile
@cd
$ac_dir
&&
\$
(MAKE) uninstall"
if
wine_fn_has_flag installbin
$ac_flags
-a
-n
"
$DLLEXT
"
-a
"x
$enable_tools
"
!=
xno
if
test
-n
"
$DLLEXT
"
-a
"x
$enable_tools
"
!=
xno
&&
wine_fn_has_flag installbin
$ac_flags
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"install install-lib:: tools
\$
(DESTDIR)
\$
(bindir)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment