This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin/docbook-utils-manpages] Remove tarball target from .PHONY


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5078fdd9a2a4c3a08368d4461259f02fc567f422

commit 5078fdd9a2a4c3a08368d4461259f02fc567f422
Author: Jon TURNEY <jon.turney@dronecode.org.uk>
Date:   Fri Jun 12 11:44:21 2015 +0100

    Remove tarball target from .PHONY
    
    Left over after 4885352e.
    
    2015-06-12  Jon Turney  <jon.turney@dronecode.org.uk>
    
    	* Makefile.in (.PHONY): Remove tarball target.

Diff:
---
 winsup/doc/ChangeLog   | 4 ++++
 winsup/doc/Makefile.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 05d78a8..aa45e3d 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-12  Jon Turney  <jon.turney@dronecode.org.uk>
+
+	* Makefile.in (.PHONY): Remove tarball target.
+
 2015-06-04  Jon Turney  <jon.turney@dronecode.org.uk>
 
 	* Makefile.in: Remove ancient unused rules to make a documentation
diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in
index 396d9bc..a97545c 100644
--- a/winsup/doc/Makefile.in
+++ b/winsup/doc/Makefile.in
@@ -36,7 +36,7 @@ FAQ_SOURCES:= $(wildcard $(srcdir)/faq*.xml)
 .html.body:
 	$(srcdir)/bodysnatcher.pl $<
 
-.PHONY: all clean install install-all install-pdf install-html tarball
+.PHONY: all clean install install-all install-pdf install-html
 
 all: Makefile Makefile.dep \
 	cygwin-ug-net/cygwin-ug-net.html \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]