From c73d737e4cfd8b472bde5a0d15e10dc459a4d336 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 29 May 2002 22:03:35 +0000 Subject: [PATCH] ICU-1886 genrb and pkgdata are in bin, not sbin. X-SVN-Rev: 8723 --- icu4c/source/config/Makefile.inc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/config/Makefile.inc.in b/icu4c/source/config/Makefile.inc.in index e6b7ada1b7b..fa39a4715e8 100644 --- a/icu4c/source/config/Makefile.inc.in +++ b/icu4c/source/config/Makefile.inc.in @@ -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 ################################################################## ##################################################################