Change LOCALEDIR to $(datadir)/share.
[deliverable/binutils-gdb.git] / binutils / Makefile.am
index 5a8677dc8e68cb3166be84600b0775af66fb5a1f..a47f235a50fb9a839d8f7d49e2bc5155668e41fe 100644 (file)
@@ -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 = \
This page took 0.024007 seconds and 4 git commands to generate.