From a869fd3dc0117d2f02fb7e4146b6c446a68eaeb4 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sun, 11 May 2014 21:45:13 -0700 Subject: 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 5af61e3..f36c11d 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 -- cgit v0.12