ICU-5175 remove icuswap (decmn already gone) from makefile.

X-SVN-Rev: 24495
This commit is contained in:
Steven R. Loomis 2008-08-14 18:54:01 +00:00
parent 2ee3b6d154
commit 8f66cef840
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU tools
## Copyright (c) 1999-2006, International Business Machines Corporation and
## Copyright (c) 1999-2008, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
@ -15,7 +15,7 @@ subdir = tools
SUBDIRS = toolutil ctestfw makeconv genrb genuca genbrk genctd \
gennames genpname gencnval gensprep genccode gencmn icupkg pkgdata \
gentest genprops gencase genbidi gennorm icuswap
gentest genprops gencase genbidi gennorm
## List of phony targets
.PHONY : all all-local all-recursive install install-local \

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - tools/icuswap
## Copyright (c) 1999-2006, International Business Machines Corporation and
## Copyright (c) 1999-2008, International Business Machines Corporation and
## others. All Rights Reserved.
## Steven R. Loomis
@ -78,6 +78,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(TARGET) : $(OBJECTS)
echo Note: icuswap is obsolete - use icupkg instead.
$(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
$(POST_BUILD_STEP)