diff options
author | Ned Deily <nad@acm.org> | 2014-05-12 04:47:21 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-05-12 04:47:21 (GMT) |
commit | 05278eeac999d173560a4c111ba3da6a2f90a605 (patch) | |
tree | fa1be623ca09a362bbe40dba4032fbb6e527fd7b /Makefile.pre.in | |
parent | 70371fcb5638c3eed611c6213912c0516841ae83 (diff) | |
parent | a869fd3dc0117d2f02fb7e4146b6c446a68eaeb4 (diff) | |
download | cpython-05278eeac999d173560a4c111ba3da6a2f90a605.zip cpython-05278eeac999d173560a4c111ba3da6a2f90a605.tar.gz cpython-05278eeac999d173560a4c111ba3da6a2f90a605.tar.bz2 |
Issue 21383: merge from 3.4
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 8866766..43bc818 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1497,6 +1497,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 |