Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f56dd18a
Commit
f56dd18a
authored
Jul 31, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Add dependency on makefile for import libs to make sure the…
configure: Add dependency on makefile for import libs to make sure the destination directory is created.
parent
8b2a403a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
aclocal.m4
aclocal.m4
+3
-3
configure
configure
+3
-3
No files found.
aclocal.m4
View file @
f56dd18a
...
...
@@ -270,9 +270,9 @@ $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"__builddeps__: $ac_file.$IMPLIBEXT
$ac_file.def: dlls/$ac_dir/$ac_dir.spec \$(WINEBUILD)
$ac_file.def: dlls/$ac_dir/$ac_dir.spec
dlls/$ac_dir/Makefile
\$(WINEBUILD)
\$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$[@] --export \$(SRCDIR)/dlls/$ac_dir/$ac_dir.spec
$ac_file.a: dlls/$ac_dir/$ac_dir.spec \$(WINEBUILD)
$ac_file.a: dlls/$ac_dir/$ac_dir.spec
dlls/$ac_dir/Makefile
\$(WINEBUILD)
\$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$[@] --export \$(SRCDIR)/dlls/$ac_dir/$ac_dir.spec
install-dev:: dlls/$ac_dir/Makefile __builddeps__
@cd dlls/$ac_dir && \$(MAKE) install-dev"
...
...
@@ -280,7 +280,7 @@ install-dev:: dlls/$ac_dir/Makefile __builddeps__
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"__builddeps__: $ac_file.cross.a
$ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec \$(WINEBUILD)
$ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec
dlls/$ac_dir/Makefile
\$(WINEBUILD)
\$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$[@] --export \$(SRCDIR)/dlls/$ac_dir/$ac_dir.spec"
fi
...
...
configure
View file @
f56dd18a
...
...
@@ -14139,9 +14139,9 @@ $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"__builddeps__:
$ac_file
.
$IMPLIBEXT
$ac_file
.def: dlls/
$ac_dir
/
$ac_dir
.spec
\$
(WINEBUILD)
$ac_file
.def: dlls/
$ac_dir
/
$ac_dir
.spec
dlls/
$ac_dir
/Makefile
\$
(WINEBUILD)
\$
(WINEBUILD)
\$
(TARGETFLAGS)
$ac_implibflags
-w --def -o
\$
@ --export
\$
(SRCDIR)/dlls/
$ac_dir
/
$ac_dir
.spec
$ac_file
.a: dlls/
$ac_dir
/
$ac_dir
.spec
\$
(WINEBUILD)
$ac_file
.a: dlls/
$ac_dir
/
$ac_dir
.spec
dlls/
$ac_dir
/Makefile
\$
(WINEBUILD)
\$
(WINEBUILD)
\$
(TARGETFLAGS)
$ac_implibflags
-w --implib -o
\$
@ --export
\$
(SRCDIR)/dlls/
$ac_dir
/
$ac_dir
.spec
install-dev:: dlls/
$ac_dir
/Makefile __builddeps__
@cd dlls/
$ac_dir
&&
\$
(MAKE) install-dev"
...
...
@@ -14149,7 +14149,7 @@ install-dev:: dlls/$ac_dir/Makefile __builddeps__
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"__builddeps__:
$ac_file
.cross.a
$ac_file
.cross.a: dlls/
$ac_dir
/
$ac_dir
.spec
\$
(WINEBUILD)
$ac_file
.cross.a: dlls/
$ac_dir
/
$ac_dir
.spec
dlls/
$ac_dir
/Makefile
\$
(WINEBUILD)
\$
(WINEBUILD)
\$
(CROSSTARGET:%=-b %)
$ac_implibflags
-w --implib -o
\$
@ --export
\$
(SRCDIR)/dlls/
$ac_dir
/
$ac_dir
.spec"
fi
...
...
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