X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..24b030c3fe7824941e953c6e22101547cd4fb55d:/icuSources/tools/genbrk/Makefile.in diff --git a/icuSources/tools/genbrk/Makefile.in b/icuSources/tools/genbrk/Makefile.in index 00820143..489e70a9 100644 --- a/icuSources/tools/genbrk/Makefile.in +++ b/icuSources/tools/genbrk/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU - tools/genbrk -## Copyright (c) 2002-2003 International Business Machines Corporation and +## Copyright (c) 2002-2004 International Business Machines Corporation and ## others. All Rights Reserved. ## Source directory information @@ -12,9 +12,11 @@ include $(top_builddir)/icudefs.mk ## +TARGET_STUB_NAME = genbrk + SECTION = 1 -MAN_FILES = $(TARGET:$(EXEEXT)=).$(SECTION) +MAN_FILES = $(TARGET_STUB_NAME).$(SECTION) ## Build directory information subdir = tools/genbrk @@ -23,7 +25,7 @@ subdir = tools/genbrk CLEANFILES = *~ $(MAN_FILES) $(DEPS) ## Target information -TARGET = genbrk$(EXEEXT) +TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT) CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(srcdir)/../toolutil LIBS = $(LIBICUTOOLUTIL) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) @@ -54,7 +56,7 @@ install-local: all-local $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(INSTALL) $(TARGET) $(DESTDIR)$(bindir) -