about summary refs log tree commit diff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-18 11:05:41 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-18 11:05:41 +0000
commit37206c3adce3faf72869d34ca5605e4e16ebb007 (patch)
treec014b672d5dee7bd5efa6841c4d76ce8559b64c1 /localedata/Makefile
parent407d26b7053a659c5997cb44e85824647139b884 (diff)
downloadglibc-37206c3adce3faf72869d34ca5605e4e16ebb007.tar.gz
glibc-37206c3adce3faf72869d34ca5605e4e16ebb007.tar.xz
glibc-37206c3adce3faf72869d34ca5605e4e16ebb007.zip
Update.
1999-05-18  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile (LOCALEDEF): Add I18NPATH definition to find the
	correct sources.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index c071f53dfb..f4260cbeaf 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -86,7 +86,7 @@ endif
 endif
 
 # Sometimes the whole collection of locale files should be installed.
-LOCALEDEF=$(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef
+LOCALEDEF=I18NPATH=. $(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef
 install-locales:
 	while read locale charset; do \
 	   case $$locale in \#*) continue;; esac; \