mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-3389 Allow pkgdata to work after it has been installed.
Windows does not need to distinguish between bin and sbin. X-SVN-Rev: 15156
This commit is contained in:
parent
7766c5a5da
commit
3839065ad3
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
## Copyright (c) 2001-2004, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
# We install sbin tools into the same bin directory because
|
||||
# pkgdata needs some of the tools in sbin, and we can't always depend on
|
||||
# icu-config working on Windows.
|
||||
sbindir := $(bindir)
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= :
|
||||
GEN_DEPS.cc= :
|
||||
|
|
Loading…
Add table
Reference in a new issue