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
84cb26e4
Commit
84cb26e4
authored
Sep 14, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Remove the dependencies comment in files that don't need it.
parent
32ab895e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
16 deletions
+0
-16
Makefile.in
Makefile.in
+0
-2
Makefile.in
dlls/Makefile.in
+0
-2
make_dlls
dlls/make_dlls
+0
-2
Makefile.in
documentation/Makefile.in
+0
-2
Makefile.in
fonts/Makefile.in
+0
-2
Makefile.in
libs/Makefile.in
+0
-2
Makefile.in
programs/Makefile.in
+0
-2
make_progs
programs/make_progs
+0
-2
No files found.
Makefile.in
View file @
84cb26e4
...
...
@@ -133,5 +133,3 @@ distclean: clean
$(RM)
`
find
.
\(
-name
Makefile
-o
-size
0
\)
-print
`
.PHONY
:
manpages htmlpages sgmlpages distclean
### Dependencies:
dlls/Makefile.in
View file @
84cb26e4
...
...
@@ -1006,5 +1006,3 @@ uninstall::
clean
::
$(RM)
$(IMPORT_SYMLINKS)
$(WIN16_FILES)
### Dependencies:
dlls/make_dlls
View file @
84cb26e4
...
...
@@ -344,8 +344,6 @@ uninstall::
clean::
\$(RM) \$(IMPORT_SYMLINKS) \$(WIN16_FILES)
### Dependencies:
EOF
close
NEWMAKE
;
...
...
documentation/Makefile.in
View file @
84cb26e4
...
...
@@ -24,5 +24,3 @@ install:: manpages $(DESTDIR)$(mandir)/man$(api_manext)
clean
::
$(RM)
-r
html api-guide man
$(api_manext)
### Dependencies:
fonts/Makefile.in
View file @
84cb26e4
...
...
@@ -352,5 +352,3 @@ uninstall::
clean
::
$(RM)
*
.fon
*
.fnt
*
.ttf
### Dependencies:
libs/Makefile.in
View file @
84cb26e4
...
...
@@ -22,5 +22,3 @@ install-dev:: $(INSTALLSUBDIRS:%=%/__install-dev__)
# Directory dependencies
wine wine/__install__ wine/__install-lib__
:
port
### Dependencies:
programs/Makefile.in
View file @
84cb26e4
...
...
@@ -137,5 +137,3 @@ clean::
# Rules for testing
check test
::
$(SUBDIRS:%=%/__test__)
### Dependencies:
programs/make_progs
View file @
84cb26e4
...
...
@@ -196,8 +196,6 @@ clean::
# Rules for testing
check test:: \$(SUBDIRS:%=%/__test__)
### Dependencies:
EOF
close
NEWMAKE
;
...
...
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