Commit 60b15d20 authored by Brett Cannon's avatar Brett Cannon

Add the 'patchcheck' build target to .PHONY.

Re-closes issue 3758. Thanks to Ralph Corderoy for the catch.
parent 96a9f237
...@@ -1204,6 +1204,6 @@ Python/thread.o: @THREADHEADERS@ ...@@ -1204,6 +1204,6 @@ Python/thread.o: @THREADHEADERS@
.PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure
.PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
.PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean .PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean
.PHONY: smelly funny .PHONY: smelly funny patchcheck
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
...@@ -18,6 +18,11 @@ Library ...@@ -18,6 +18,11 @@ Library
- Issue #4014: Don't claim that Python has an Alpha release status, in addition - Issue #4014: Don't claim that Python has an Alpha release status, in addition
to claiming it is Mature. to claiming it is Mature.
Build
-----
- Issue #3758: Add ``patchcheck`` build target to .PHONY.
What's New in Python 2.6 final What's New in Python 2.6 final
============================== ==============================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment