makefiles: Remove the dependencies comment in files that don't need it.
This commit is contained in:
parent
32ab895e46
commit
84cb26e48a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue