From: Ned Deily Date: Thu, 22 May 2014 22:26:34 +0000 (-0700) Subject: Issue #21383: Allow "make touch" to work when building outside of the X-Git-Tag: v2.7.8~37^2~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac1bb817323ff5fd90033440879d02f01c77d55a;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 a70119afb9..bcd83bf1fe 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1267,6 +1267,7 @@ TAGS:: # Touch generated files touch: + cd $(srcdir); \ touch Include/Python-ast.h Python/Python-ast.c # Sanitation targets -- clean leaves libraries, executables and tags