summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstwo <stwo>2010-12-17 23:13:32 (GMT)
committerstwo <stwo>2010-12-17 23:13:32 (GMT)
commitcac9cbda71304b94b811f59ad1e287a27c5d021a (patch)
treef16b04b09b126228fae7830694c94ed56d45b628
parent2870d73693a21b8ee4250454fb274932b2ee74bb (diff)
downloadtk-cac9cbda71304b94b811f59ad1e287a27c5d021a.zip
tk-cac9cbda71304b94b811f59ad1e287a27c5d021a.tar.gz
tk-cac9cbda71304b94b811f59ad1e287a27c5d021a.tar.bz2
Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tcl's Makefile.in, add any missing ones and remove duplicates.
-rw-r--r--ChangeLog6
-rw-r--r--unix/Makefile.in14
2 files changed, 14 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eb0174..0222470 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2010-12-17 Stuart Cassoff <stwo@users.sourceforge.net>
+ * unix/Makefile.in: Clean up '.PHONY:' targets: Arrange those
+ common to Tcl and Tk as in Tcl's Makefile.in,
+ add any missing ones and remove duplicates.
+
+2010-12-17 Stuart Cassoff <stwo@users.sourceforge.net>
+
* unix/Makefile.in: [Bug 2446711]: Remove 'allpatch' target.
2010-12-17 Stuart Cassoff <stwo@users.sourceforge.net>
diff --git a/unix/Makefile.in b/unix/Makefile.in
index ae1d26d..dc2415f 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.173 2010/12/17 21:57:46 stwo Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.174 2010/12/17 23:13:32 stwo Exp $
# Current Tk version; used in various names.
@@ -1695,10 +1695,12 @@ BUILD_HTML = \
# 'make' from getting confused when someone makes an error in a rule.
#
-.PHONY: all binaries libraries doc tkLibObjs objs tktest-real test test-classic
-.PHONY: test-ttk testlang runtest shell demo gdb install install-strip
-.PHONY: install-binaries install-libraries install-demos install-doc
-.PHONY: install-private-headers clean distclean depend genstubs checkstubs
-.PHONY: checkuchar checkexports rpm dist alldist html html-tcl html-tk
+.PHONY: all binaries libraries objs doc html html-tcl html-tk test runtest
+.PHONY: install install-strip install-binaries install-libraries
+.PHONY: install-headers install-private-headers install-doc
+.PHONY: clean distclean depend genstubs checkstubs checkexports checkuchar
+.PHONY: shell gdb valgrind valgrindshell dist alldist rpm
+.PHONY: tkLibObjs tktest-real test-classic test-ttk testlang
+.PHONY: demo install-demos
# DO NOT DELETE THIS LINE -- make depend depends on it.