summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-10-06 22:44:37 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-10-06 22:44:37 (GMT)
commit60b15d20f298cd739257eb6dd5070ebb85799193 (patch)
treefa0267a882340030f6c226b46bf5fd32b542f21a /Makefile.pre.in
parent96a9f237c64c8c816b4c86b49cbadc3de6431fb2 (diff)
downloadcpython-60b15d20f298cd739257eb6dd5070ebb85799193.zip
cpython-60b15d20f298cd739257eb6dd5070ebb85799193.tar.gz
cpython-60b15d20f298cd739257eb6dd5070ebb85799193.tar.bz2
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 8451445..4b9d2bf 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1204,6 +1204,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