From 16512cdda72f5f4461da732ddabe53071770df33 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 6 Oct 2008 22:48:11 +0000 Subject: [PATCH] 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. ........ --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index b5b46b55f4..ec674e7a49 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 -- 2.40.0