aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-11-30 17:20:48 +0000
committerNick Clifton <nickc@redhat.com>2004-11-30 17:20:48 +0000
commit32118081351da7f2e122ba3f0e4bd2493cafdd28 (patch)
tree3f956ecc522375b2c2f55e6cfe70a154de5a1f4b /ld/Makefile.am
parenta7711b1fd72c77ca107532e07fcd2f36f7e6ffce (diff)
downloadgdb-32118081351da7f2e122ba3f0e4bd2493cafdd28.zip
gdb-32118081351da7f2e122ba3f0e4bd2493cafdd28.tar.gz
gdb-32118081351da7f2e122ba3f0e4bd2493cafdd28.tar.bz2
Change LOCALEDIR to $(datadir)/share.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 096218a..8b17003 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -102,7 +102,7 @@ info_TEXINFOS = ld.texinfo
noinst_TEXINFOS = ldint.texinfo
man_MANS = ld.1
-INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) -I$(top_srcdir)/../intl -I../intl $(HDEFINES) $(CFLAGS) -DLOCALEDIR="\"$(prefix)/share/locale\""
+INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) -I$(top_srcdir)/../intl -I../intl $(HDEFINES) $(CFLAGS) -DLOCALEDIR="\"$(datadir)/locale\""
BFDLIB = ../bfd/libbfd.la
LIBIBERTY = ../libiberty/libiberty.a