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
a4b6ee36
Commit
a4b6ee36
authored
Mar 08, 2007
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Fixed default dependencies to work properly in test dirs too.
parent
4091627c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+1
-1
configure.ac
configure.ac
+2
-2
No files found.
configure
View file @
a4b6ee36
...
...
@@ -20180,7 +20180,7 @@ DEPENDENCIES="### Dependencies:
Makefile: dummy
-
\$
(MAKEDEP) -C
\$
(SRCDIR) -S
\$
(TOPSRCDIR) -T
\$
(TOPOBJDIR)
\$
(EXTRAINCL)
\$
(DEPEND_SRCS)
\$
(
ALL_
OBJS):
\$
(IDL_GEN_HEADERS)
\$
(OBJS):
\$
(IDL_GEN_HEADERS)
\$
(IDL_GEN_C_SRCS:.c=.o):
\$
(IDL_GEN_C_SRCS)
\$
(LEX_SRCS:.l=.yy.o):
\$
(LEX_SRCS:.l=.yy.c)
\$
(BISON_SRCS:.y=.tab.o):
\$
(BISON_SRCS:.y=.tab.c)"
...
...
configure.ac
View file @
a4b6ee36
...
...
@@ -1474,7 +1474,7 @@ AC_SUBST(DEPENDENCIES,m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]), [2
Makefile: dummy\\
-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)\\
\\
\$(
ALL_
OBJS): \$(IDL_GEN_HEADERS)\\
\$(OBJS): \$(IDL_GEN_HEADERS)\\
\$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)\\
\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)\\
\$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"],
...
...
@@ -1485,7 +1485,7 @@ Makefile: dummy\\
Makefile: dummy
-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
\$(
ALL_
OBJS): \$(IDL_GEN_HEADERS)
\$(OBJS): \$(IDL_GEN_HEADERS)
\$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
\$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"]))
...
...
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