mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-1886 genrb and pkgdata are in bin, not sbin.
X-SVN-Rev: 8723
This commit is contained in:
parent
237c0e67c3
commit
c73d737e4c
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
#******************************************************************************
|
||||
# Copyright (C) 1999-2002, International Business Machines
|
||||
# Corporation and others. All Rights Reserved.
|
||||
# $Revision: 1.28 $
|
||||
# $Revision: 1.29 $
|
||||
#******************************************************************************
|
||||
# This Makefile.inc is designed to be included into projects which make use
|
||||
# of the ICU.
|
||||
|
@ -115,8 +115,8 @@ LDLIBRARYPATH_ENVVAR = LD_LIBRARY_PATH
|
|||
INVOKE = $(LDLIBRARYPATH_ENVVAR)=$(libdir):$$$(LDLIBRARYPATH_ENVVAR)
|
||||
GENCCODE = $(sbindir)/genccode
|
||||
GENCMN = $(sbindir)/gencmn
|
||||
GENRB = $(sbindir)/genrb
|
||||
PKGDATA = $(sbindir)/pkgdata
|
||||
GENRB = $(bindir)/genrb
|
||||
PKGDATA = $(bindir)/pkgdata
|
||||
|
||||
##################################################################
|
||||
##################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue