ICU-1886 genrb and pkgdata are in bin, not sbin.

X-SVN-Rev: 8723
This commit is contained in:
Steven R. Loomis 2002-05-29 22:03:35 +00:00
parent 237c0e67c3
commit c73d737e4c

View file

@ -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
##################################################################
##################################################################