From ac1bb817323ff5fd90033440879d02f01c77d55a Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Thu, 22 May 2014 15:26:34 -0700 Subject: [PATCH] Issue #21383: Allow "make touch" to work when building outside of the source directory. --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1