mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-2074 add LEAK_CHECKER to INVOKE macro
X-SVN-Rev: 11641
This commit is contained in:
parent
73d71b32f6
commit
6229d94b4e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#******************************************************************************
|
||||
# Copyright (C) 1999-2002, International Business Machines
|
||||
# Corporation and others. All Rights Reserved.
|
||||
# $Revision: 1.31 $
|
||||
# $Revision: 1.32 $
|
||||
#******************************************************************************
|
||||
# This Makefile.inc is designed to be included into projects which make use
|
||||
# of the ICU.
|
||||
|
@ -113,7 +113,7 @@ LDLIBRARYPATH_ENVVAR = LD_LIBRARY_PATH
|
|||
|
||||
# Access to important ICU tools.
|
||||
# Use as follows: $(INVOKE) $(GENRB) arguments ..
|
||||
INVOKE = $(LDLIBRARYPATH_ENVVAR)=$(libdir):$$$(LDLIBRARYPATH_ENVVAR)
|
||||
INVOKE = $(LDLIBRARYPATH_ENVVAR)=$(libdir):$$$(LDLIBRARYPATH_ENVVAR) $(LEAK_CHECKER)
|
||||
GENCCODE = $(sbindir)/genccode
|
||||
GENCMN = $(sbindir)/gencmn
|
||||
GENRB = $(bindir)/genrb
|
||||
|
|
Loading…
Add table
Reference in a new issue