]> granicus.if.org Git - python/commitdiff
Merged revisions 66819 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Mon, 6 Oct 2008 22:48:11 +0000 (22:48 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 6 Oct 2008 22:48:11 +0000 (22:48 +0000)
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.
........

Makefile.pre.in

index b5b46b55f497dbea94c821ab2aa23bc7ce775fd6..ec674e7a49ed10128ccda60b999f2b273c6839d9 100644 (file)
@@ -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