diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-30 17:20:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-11-30 17:20:48 +0000 |
commit | 32118081351da7f2e122ba3f0e4bd2493cafdd28 (patch) | |
tree | 3f956ecc522375b2c2f55e6cfe70a154de5a1f4b /intl/Makefile.in | |
parent | a7711b1fd72c77ca107532e07fcd2f36f7e6ffce (diff) | |
download | gdb-32118081351da7f2e122ba3f0e4bd2493cafdd28.zip gdb-32118081351da7f2e122ba3f0e4bd2493cafdd28.tar.gz gdb-32118081351da7f2e122ba3f0e4bd2493cafdd28.tar.bz2 |
Change LOCALEDIR to $(datadir)/share.
Diffstat (limited to 'intl/Makefile.in')
-rw-r--r-- | intl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in index 09647de..bf91781 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -32,7 +32,7 @@ libdir = $(exec_prefix)/lib includedir = $(prefix)/include datadir = $(prefix)/@DATADIRNAME@ localedir = $(datadir)/locale -gnulocaledir = $(prefix)/share/locale +gnulocaledir = $(datadir)/locale gettextsrcdir = @datadir@/gettext/intl aliaspath = $(localedir):. subdir = intl |