Commit a869fd3d authored by Ned Deily's avatar Ned Deily

Issue #21383: Allow "make touch" to work when building outside of the

source directory.
parent 96089fb4
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment