1 --- misc/icu/source/icudefs.mk.in
2 +++ misc/build/icu/source/icudefs.mk.in
4 include @platform_make_fragment@
6 # Current full path directory.
7 -CURR_FULL_DIR=$(shell pwd | sed 's/ /\\ /g')
8 +CURR_FULL_DIR?=$(shell pwd | sed 's/ /\\ /g')
9 # Current full path directory for use in source code in a -D compiler option.
10 -CURR_SRCCODE_FULL_DIR=$(shell pwd | sed 's/ /\\ /')
11 +CURR_SRCCODE_FULL_DIR?=$(shell pwd | sed 's/ /\\ /')
13 # When shared libraries are disabled and static libraries are enabled,
14 # the C++ compiler must be used to link in the libraries for the tools.