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 /binutils/Makefile.am | |
parent | a7711b1fd72c77ca107532e07fcd2f36f7e6ffce (diff) | |
download | gdb-32118081351da7f2e122ba3f0e4bd2493cafdd28.zip gdb-32118081351da7f2e122ba3f0e4bd2493cafdd28.tar.gz gdb-32118081351da7f2e122ba3f0e4bd2493cafdd28.tar.bz2 |
Change LOCALEDIR to $(datadir)/share.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 5a8677d..a47f235 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -75,7 +75,7 @@ INCLUDES = -D_GNU_SOURCE \ -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \ @HDEFINES@ \ -I$(srcdir)/../intl -I../intl \ - -DLOCALEDIR="\"$(prefix)/share/locale\"" \ + -DLOCALEDIR="\"$(datadir)/locale\"" \ -Dbin_dummy_emulation=$(EMULATION_VECTOR) HFILES = \ |