From 519a43ada59e8a50148666c49274ff801a85775c Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Mon, 28 Nov 2016 23:45:55 +0000 Subject: [PATCH] ICU-12698 fix error in running performance test X-SVN-Rev: 39510 --- icu4c/source/test/perf/howExpensiveIs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/perf/howExpensiveIs/Makefile.in b/icu4c/source/test/perf/howExpensiveIs/Makefile.in index e68dda9a73a..a50642e3834 100644 --- a/icu4c/source/test/perf/howExpensiveIs/Makefile.in +++ b/icu4c/source/test/perf/howExpensiveIs/Makefile.in @@ -59,7 +59,7 @@ distclean-local: clean-local $(RMV) Makefile invoke check-local: all-local - ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) ./howexpensive.xml + ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) -f ./howexpensive.xml Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \