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
9b02b5cd
Commit
9b02b5cd
authored
Feb 24, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Remove makedep only after everything else has been cleaned.
parent
07d005de
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile.in
Makefile.in
+2
-1
Makefile.in
tools/Makefile.in
+1
-2
make_makefiles
tools/make_makefiles
+1
-0
No files found.
Makefile.in
View file @
9b02b5cd
...
...
@@ -107,7 +107,7 @@ $(ALL_DIRS:%=%/__clean__): dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
clean
clean
::
$(ALL_DIRS:%=%/__clean__)
$(RM)
$
(
ALL_DIRS:%
=
%/Makefile
)
$(RM)
$
(
ALL_DIRS:%
=
%/Makefile
)
tools/makedep
$(EXEEXT)
distclean
::
clean
$(RM)
config.
*
configure.lineno TAGS tags include/config.h include/stamp-h
$(ALL_CONFIGS)
...
...
@@ -229,6 +229,7 @@ RECURSE_TARGETS = \
__instal-dev__
\
__install-lib__
\
__uninstall__
\
__testclean__
\
__crosstest__
$(MAKEDEP)
:
include/config.h tools/Makefile
...
...
tools/Makefile.in
View file @
9b02b5cd
...
...
@@ -12,7 +12,6 @@ PROGRAMS = \
fnt2bdf
$(EXEEXT)
\
fnt2fon
$(EXEEXT)
\
make_ctests
$(EXEEXT)
\
makedep
$(EXEEXT)
\
relpath
$(EXEEXT)
\
sfnt2fnt
$(EXEEXT)
\
wine.inf
\
...
...
@@ -40,7 +39,7 @@ INSTALLDIRS = \
UPDATE_DESKTOP_DATABASE
=
update-desktop-database
all
:
$(PROGRAMS) $(MANPAGES)
all
:
makedep$(EXEEXT)
$(PROGRAMS) $(MANPAGES)
@MAKE_RULES@
...
...
tools/make_makefiles
View file @
9b02b5cd
...
...
@@ -97,6 +97,7 @@ my @ignores = (
"programs/winetest/*_test.exe"
,
"programs/winetest/*_test.rc"
,
"programs/winetest/build.rc"
,
"tools/makedep"
,
);
# Source files and their resulting target to ignore
...
...
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