From 63a9e7225771421d7e4b49c0b51e98231b252044 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Tue, 15 Jan 2013 21:07:16 +0000 Subject: nls/Makefile.am: Remove unneeded $(srcdir) Signed-off-by: Quentin Glidic Reviewed-by: Gaetan Nadon Signed-off-by: Alan Coopersmith --- nls/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nls/Makefile.am b/nls/Makefile.am index 0eced4cd..bef2d2b8 100644 --- a/nls/Makefile.am +++ b/nls/Makefile.am @@ -38,7 +38,7 @@ locale.dir: locale.dir.pre if HAVE_PERL TESTS_ENVIRONMENT = $(PERL) -TESTS = $(srcdir)/compose-check.pl +TESTS = compose-check.pl endif HAVE_PERL -- cgit v1.2.1