From: Ned Deily Date: Mon, 12 May 2014 04:45:13 +0000 (-0700) Subject: Issue #21383: Allow "make touch" to work when building outside of the X-Git-Tag: v3.5.0a1~1677^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a869fd3dc0117d2f02fb7e4146b6c446a68eaeb4;p=python Issue #21383: Allow "make touch" to work when building outside of the source directory. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 5af61e3d9c..f36c11d652 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1487,6 +1487,7 @@ TAGS:: # Touch generated files touch: + cd $(srcdir); \ hg --config extensions.touch=Tools/hg/hgtouch.py touch -v # Sanitation targets -- clean leaves libraries, executables and tags