mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4687 Fix make check
X-SVN-Rev: 18359
This commit is contained in:
parent
fb980e9475
commit
460b96631c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ LIBICU = $(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)
|
|||
# Current full path directory.
|
||||
CURR_FULL_DIR=$(shell pwd -W)#M#
|
||||
# Current full path directory for use in source code in a -D compiler option.
|
||||
CURR_SRCCODE_FULL_DIR=$(subst /,\\,$(shell pwd -W))#M#
|
||||
CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M#
|
||||
|
||||
## Compilation rules
|
||||
%.$(STATIC_O): $(srcdir)/%.c
|
||||
|
|
Loading…
Add table
Reference in a new issue