diff options
Diffstat (limited to 'mk/tree.mk')
-rw-r--r-- | mk/tree.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/tree.mk b/mk/tree.mk index 887e643340..b333e64bef 100644 --- a/mk/tree.mk +++ b/mk/tree.mk @@ -27,6 +27,9 @@ INPLACE_PERL = $(INPLACE)/perl # ################################################################################ +# See Note [Spaces in TEST_HC]. +# Directory contains multiple spaces, to test that multiple spaces aren't +# getting collapsed into a single space. BIN_DIST_INST_SUBDIR = "install dir" BIN_DIST_INST_DIR = bindisttest/$(BIN_DIST_INST_SUBDIR) |