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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 14 10:09:57 CDT 2006


Module: wine
Branch: master
Commit: 84cb26e48a26326487418f441268d885c7518f8d
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=84cb26e48a26326487418f441268d885c7518f8d

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Sep 14 09:38:39 2006 +0200

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

---

 Makefile.in               |    2 --
 dlls/Makefile.in          |    2 --
 dlls/make_dlls            |    2 --
 documentation/Makefile.in |    2 --
 fonts/Makefile.in         |    2 --
 libs/Makefile.in          |    2 --
 programs/Makefile.in      |    2 --
 programs/make_progs       |    2 --
 8 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index df2acbb..72ee32e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -133,5 +133,3 @@ distclean: clean
 	$(RM) `find . \( -name Makefile -o -size 0 \) -print`
 
 .PHONY: manpages htmlpages sgmlpages distclean
-
-### Dependencies:
diff --git a/dlls/Makefile.in b/dlls/Makefile.in
index 66279d5..5c7951d 100644
--- a/dlls/Makefile.in
+++ b/dlls/Makefile.in
@@ -1006,5 +1006,3 @@ uninstall::
 
 clean::
 	$(RM) $(IMPORT_SYMLINKS) $(WIN16_FILES)
-
-### Dependencies:
diff --git a/dlls/make_dlls b/dlls/make_dlls
index 27828e7..f85fd89 100755
--- a/dlls/make_dlls
+++ b/dlls/make_dlls
@@ -344,8 +344,6 @@ uninstall::
 
 clean::
 	\$(RM) \$(IMPORT_SYMLINKS) \$(WIN16_FILES)
-
-### Dependencies:
 EOF
 
 close NEWMAKE;
diff --git a/documentation/Makefile.in b/documentation/Makefile.in
index 18cf1de..9e2c773 100644
--- a/documentation/Makefile.in
+++ b/documentation/Makefile.in
@@ -24,5 +24,3 @@ install:: manpages $(DESTDIR)$(mandir)/m
 
 clean::
 	$(RM) -r html api-guide man$(api_manext)
-
-### Dependencies:
diff --git a/fonts/Makefile.in b/fonts/Makefile.in
index d3a74fa..2a69d6a 100644
--- a/fonts/Makefile.in
+++ b/fonts/Makefile.in
@@ -352,5 +352,3 @@ uninstall::
 
 clean::
 	$(RM) *.fon *.fnt *.ttf
-
-### Dependencies:
diff --git a/libs/Makefile.in b/libs/Makefile.in
index 3b17bd1..05b1904 100644
--- a/libs/Makefile.in
+++ b/libs/Makefile.in
@@ -22,5 +22,3 @@ install-dev:: $(INSTALLSUBDIRS:%=%/__ins
 # Directory dependencies
 
 wine wine/__install__ wine/__install-lib__: port
-
-### Dependencies:
diff --git a/programs/Makefile.in b/programs/Makefile.in
index 0e0c67e..fb22ad4 100644
--- a/programs/Makefile.in
+++ b/programs/Makefile.in
@@ -137,5 +137,3 @@ clean::
 # Rules for testing
 
 check test:: $(SUBDIRS:%=%/__test__)
-
-### Dependencies:
diff --git a/programs/make_progs b/programs/make_progs
index e8cda3b..860c636 100755
--- a/programs/make_progs
+++ b/programs/make_progs
@@ -196,8 +196,6 @@ clean::
 # Rules for testing
 
 check test:: \$(SUBDIRS:%=%/__test__)
-
-### Dependencies:
 EOF
 
 close NEWMAKE;




More information about the wine-cvs mailing list