# HG changeset patch # Parent b0f6983d63df5d4e61045076e2434c142ad39725 Issue #21383: Allow "make touch" to work when building outside of the source directory. diff --git a/Makefile.pre.in b/Makefile.pre.in --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1497,6 +1497,7 @@ # Touch generated files touch: + cd $(srcdir); \ hg --config extensions.touch=Tools/hg/hgtouch.py touch -v # Sanitation targets -- clean leaves libraries, executables and tags