Skip to content

Commit 8fdc826

Browse files
committed
Now quoting also in main makefile
1 parent cd263a8 commit 8fdc826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ endif
108108
# compile tools
109109
#######################################
110110
include moveDmp.mk
111-
COMPILE_TOOLS_CMD=ant -f .$(D)scripts$(D)build_tools.xml -DTEST_JDK_HOME=$(TEST_JDK_HOME) -DTEST_ROOT=$(TEST_ROOT) -DLIB_DIR=$(LIB_DIR)
111+
COMPILE_TOOLS_CMD=ant -f .$(D)scripts$(D)build_tools.xml $(Q)-DTEST_JDK_HOME=$(TEST_JDK_HOME)$(Q) $(Q)-DTEST_ROOT=$(TEST_ROOT)$(Q) $(Q)-DLIB_DIR=$(LIB_DIR)$(Q)
112112

113113
compileTools:
114114
$(RM) -r $(COMPILATION_OUTPUT); \

0 commit comments

Comments
 (0)