ICU-4687 Fix make check

X-SVN-Rev: 18359
This commit is contained in:
George Rhoten 2005-07-27 06:48:20 +00:00
parent fb980e9475
commit 460b96631c

View file

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