summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-05-11 21:45:13 -0700
committerNed Deily <nad@acm.org>2014-05-11 21:45:13 -0700
commita869fd3dc0117d2f02fb7e4146b6c446a68eaeb4 (patch)
tree22954f49c69cff8bdfc7b801d0cf49375a5e6ffe /Makefile.pre.in
parent96089fb40da98aea87a8f9a0c7b6bb2757ab92d3 (diff)
downloadcpython-git-a869fd3dc0117d2f02fb7e4146b6c446a68eaeb4.tar.gz
Issue #21383: Allow "make touch" to work when building outside of the
source directory.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
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