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
@ -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…
Reference in New Issue
Block a user