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:
George Rhoten 2004-05-05 17:55:08 +00:00
parent 7766c5a5da
commit 3839065ad3

View File

@ -2,6 +2,11 @@
## Copyright (c) 2001-2004, International Business Machines Corporation and ## Copyright (c) 2001-2004, International Business Machines Corporation and
## others. All Rights Reserved. ## 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 ## Commands to generate dependency files
GEN_DEPS.c= : GEN_DEPS.c= :
GEN_DEPS.cc= : GEN_DEPS.cc= :