ICU-3673 Remove unused variables.

X-SVN-Rev: 14854
This commit is contained in:
George Rhoten 2004-04-04 09:04:47 +00:00
parent 707ec16206
commit 766f47d76f

View file

@ -1,6 +1,6 @@
#******************************************************************************
#
# Copyright (C) 1998-2000, International Business Machines
# Copyright (C) 1998-2004, International Business Machines
# Corporation and others. All Rights Reserved.
#
#******************************************************************************
@ -18,21 +18,11 @@ include $(top_builddir)/icudefs.mk
## Build directory information
subdir = test/testdata
## Optional directory setup
@EXTRAS_TRUE@EXTRA = extra
@TESTS_TRUE@TEST = test
@SAMPLES_TRUE@SAMPLE = samples
## Files to remove for 'make clean'
CLEANFILES = *~
DOCDIRS =
SUBDIRS =
## Extra files to install [nothing at present]
EXTRA_DATA =
## List of phony targets
.PHONY : all all-local all-recursive install install-local install-udata install-udata-files install-udata-dlls \
install-recursive clean clean-local clean-recursive distclean \