summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-10-06 22:48:11 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-10-06 22:48:11 (GMT)
commit16512cdda72f5f4461da732ddabe53071770df33 (patch)
tree65247a2fbfe259cfe13895e9ba24761ddb1c2955 /Makefile.pre.in
parent7d7665384c7276e87570fcbf2b61e97d9ab2db5b (diff)
downloadcpython-16512cdda72f5f4461da732ddabe53071770df33.zip
cpython-16512cdda72f5f4461da732ddabe53071770df33.tar.gz
cpython-16512cdda72f5f4461da732ddabe53071770df33.tar.bz2
Merged revisions 66819 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66819 | brett.cannon | 2008-10-06 15:44:37 -0700 (Mon, 06 Oct 2008) | 4 lines Add the 'patchcheck' build target to .PHONY. Re-closes issue 3758. Thanks to Ralph Corderoy for the catch. ........
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index b5b46b5..ec674e7 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1205,6 +1205,6 @@ Python/thread.o: @THREADHEADERS@
.PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure
.PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
.PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean
-.PHONY: smelly funny
+.PHONY: smelly funny patchcheck
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY