mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5522 Fix warning when make -j2 is used.
X-SVN-Rev: 20701
This commit is contained in:
parent
609d6ef7fc
commit
972dbecb4b
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Yves Arrouye.
|
||||
#
|
||||
# Copyright (C) 2000-2005, International Business Machines Corporation and others.
|
||||
# Copyright (C) 2000-2006, International Business Machines Corporation and others.
|
||||
# All Rights Reserved.
|
||||
|
||||
#
|
||||
|
@ -63,6 +63,8 @@ ICUDATA_NAME = $(ICUDATA_PLATFORM_NAME)
|
|||
ICUPKGDATA_DIR = $(ICUDATA_DIR)
|
||||
endif
|
||||
endif
|
||||
# This is needed so that make -j2 doesn't complain when invoking pkgdata's make
|
||||
PKGDATA_INVOKE_OPTS = MAKEFLAGS=
|
||||
|
||||
# These are defined here because mh-cygwin-msvc needs to override these values.
|
||||
ICUPKGDATA_INSTALL_DIR = $(DESTDIR)$(ICUPKGDATA_DIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue