Commit 84cb26e4 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Remove the dependencies comment in files that don't need it.

parent 32ab895e
...@@ -133,5 +133,3 @@ distclean: clean ...@@ -133,5 +133,3 @@ distclean: clean
$(RM) `find . \( -name Makefile -o -size 0 \) -print` $(RM) `find . \( -name Makefile -o -size 0 \) -print`
.PHONY: manpages htmlpages sgmlpages distclean .PHONY: manpages htmlpages sgmlpages distclean
### Dependencies:
...@@ -1006,5 +1006,3 @@ uninstall:: ...@@ -1006,5 +1006,3 @@ uninstall::
clean:: clean::
$(RM) $(IMPORT_SYMLINKS) $(WIN16_FILES) $(RM) $(IMPORT_SYMLINKS) $(WIN16_FILES)
### Dependencies:
...@@ -344,8 +344,6 @@ uninstall:: ...@@ -344,8 +344,6 @@ uninstall::
clean:: clean::
\$(RM) \$(IMPORT_SYMLINKS) \$(WIN16_FILES) \$(RM) \$(IMPORT_SYMLINKS) \$(WIN16_FILES)
### Dependencies:
EOF EOF
close NEWMAKE; close NEWMAKE;
......
...@@ -24,5 +24,3 @@ install:: manpages $(DESTDIR)$(mandir)/man$(api_manext) ...@@ -24,5 +24,3 @@ install:: manpages $(DESTDIR)$(mandir)/man$(api_manext)
clean:: clean::
$(RM) -r html api-guide man$(api_manext) $(RM) -r html api-guide man$(api_manext)
### Dependencies:
...@@ -352,5 +352,3 @@ uninstall:: ...@@ -352,5 +352,3 @@ uninstall::
clean:: clean::
$(RM) *.fon *.fnt *.ttf $(RM) *.fon *.fnt *.ttf
### Dependencies:
...@@ -22,5 +22,3 @@ install-dev:: $(INSTALLSUBDIRS:%=%/__install-dev__) ...@@ -22,5 +22,3 @@ install-dev:: $(INSTALLSUBDIRS:%=%/__install-dev__)
# Directory dependencies # Directory dependencies
wine wine/__install__ wine/__install-lib__: port wine wine/__install__ wine/__install-lib__: port
### Dependencies:
...@@ -137,5 +137,3 @@ clean:: ...@@ -137,5 +137,3 @@ clean::
# Rules for testing # Rules for testing
check test:: $(SUBDIRS:%=%/__test__) check test:: $(SUBDIRS:%=%/__test__)
### Dependencies:
...@@ -196,8 +196,6 @@ clean:: ...@@ -196,8 +196,6 @@ clean::
# Rules for testing # Rules for testing
check test:: \$(SUBDIRS:%=%/__test__) check test:: \$(SUBDIRS:%=%/__test__)
### Dependencies:
EOF EOF
close NEWMAKE; close NEWMAKE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment