mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3673 Remove unused variables.
X-SVN-Rev: 14854
This commit is contained in:
parent
707ec16206
commit
766f47d76f
1 changed files with 1 additions and 11 deletions
12
icu4c/source/test/testdata/Makefile.in
vendored
12
icu4c/source/test/testdata/Makefile.in
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue