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

source directory.
This commit is contained in:
Ned Deily 2014-05-11 21:45:13 -07:00
parent 96089fb40d
commit a869fd3dc0

View file

@ -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