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
$(RM) `find . \( -name Makefile -o -size 0 \) -print`
.PHONY: manpages htmlpages sgmlpages distclean
### Dependencies:
......@@ -1006,5 +1006,3 @@ uninstall::
clean::
$(RM) $(IMPORT_SYMLINKS) $(WIN16_FILES)
### Dependencies:
......@@ -344,8 +344,6 @@ uninstall::
clean::
\$(RM) \$(IMPORT_SYMLINKS) \$(WIN16_FILES)
### Dependencies:
EOF
close NEWMAKE;
......
......@@ -24,5 +24,3 @@ install:: manpages $(DESTDIR)$(mandir)/man$(api_manext)
clean::
$(RM) -r html api-guide man$(api_manext)
### Dependencies:
......@@ -352,5 +352,3 @@ uninstall::
clean::
$(RM) *.fon *.fnt *.ttf
### Dependencies:
......@@ -22,5 +22,3 @@ install-dev:: $(INSTALLSUBDIRS:%=%/__install-dev__)
# Directory dependencies
wine wine/__install__ wine/__install-lib__: port
### Dependencies:
......@@ -137,5 +137,3 @@ clean::
# Rules for testing
check test:: $(SUBDIRS:%=%/__test__)
### Dependencies:
......@@ -196,8 +196,6 @@ clean::
# Rules for testing
check test:: \$(SUBDIRS:%=%/__test__)
### Dependencies:
EOF
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