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 /gas/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 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 71956d3..f9bd1f6 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -491,13 +491,13 @@ INCDIR = $(BASEDIR)/include # Both . and srcdir are used, in that order, # so that tm.h and config.h will be found in the compilation # subdirectory rather than in the source directory. -INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(prefix)/share/locale\"" +INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(datadir)/locale\"" # This should be parallel to INCLUDES, but should replace $(srcdir) # with $${srcdir}, and should work in a subdirectory. This is used # when building dependencies, because the dependency building is done # in a subdirectory. -DEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd -I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. -I$${srcdir}/../bfd -I$${srcdir}/../intl -I../../intl -DLOCALEDIR="\"$(prefix)/share/locale\"" +DEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd -I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. -I$${srcdir}/../bfd -I$${srcdir}/../intl -I../../intl -DLOCALEDIR="\"$(datadir)/locale\"" DEP_FLAGS = -DBFD_ASSEMBLER -DOBJ_MAYBE_ELF \ -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) |