diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-07-03 10:17:38 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-07-03 10:17:38 +0000 |
commit | 55328bb6caabd37885cd19d7a5821ed425daf321 (patch) | |
tree | 499b8d60ca5783d6483400a4924bfc614bda6972 /nls/iso8859-7 | |
parent | 726538ba21b631bfb0b8094a5546acdaf57379ff (diff) | |
download | xorg-lib-libX11-55328bb6caabd37885cd19d7a5821ed425daf321.tar.gz |
Avoid a gmake-specific construct, and instead just write the name of the current directory into each Makefile.am.
Diffstat (limited to 'nls/iso8859-7')
-rw-r--r-- | nls/iso8859-7/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/iso8859-7/Makefile.am b/nls/iso8859-7/Makefile.am index 3adc393b..7e77c98d 100644 --- a/nls/iso8859-7/Makefile.am +++ b/nls/iso8859-7/Makefile.am @@ -1,4 +1,4 @@ -x11thislocaledir = @X11_LOCALEDIR@/$(shell basename `pwd`) +x11thislocaledir = @X11_LOCALEDIR@/iso8859-7 EXTRA_DIST = XLC_LOCALE.pre Compose.pre |