From 55328bb6caabd37885cd19d7a5821ed425daf321 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 3 Jul 2005 10:17:38 +0000 Subject: Avoid a gmake-specific construct, and instead just write the name of the current directory into each Makefile.am. --- nls/isiri-3342/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nls/isiri-3342') diff --git a/nls/isiri-3342/Makefile.am b/nls/isiri-3342/Makefile.am index 3adc393b..76fc515a 100644 --- a/nls/isiri-3342/Makefile.am +++ b/nls/isiri-3342/Makefile.am @@ -1,4 +1,4 @@ -x11thislocaledir = @X11_LOCALEDIR@/$(shell basename `pwd`) +x11thislocaledir = @X11_LOCALEDIR@/isiri-3342 EXTRA_DIST = XLC_LOCALE.pre Compose.pre -- cgit v1.2.1