diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-05-25 06:14:37 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-05-25 06:14:37 +0000 |
commit | 0429bc77591e0a2826390f5a2545e8a752dfb35b (patch) | |
tree | 0efb500372466809d25e87e7ec255c9fa13f5ea1 /libcpp/Makefile.in | |
parent | cfc984b52833ddc8b8b9c74adc09cebd0cf04e70 (diff) | |
download | gcc-0429bc77591e0a2826390f5a2545e8a752dfb35b.zip gcc-0429bc77591e0a2826390f5a2545e8a752dfb35b.tar.gz gcc-0429bc77591e0a2826390f5a2545e8a752dfb35b.tar.bz2 |
Makefile.am: the correct directory for gettext include files is given by @INCINTL@.
2004-05-25 Paolo Bonzini <bonzini@gnu.org>
* Makefile.am: the correct directory for
gettext include files is given by @INCINTL@.
* Makefile.in: Regenerate.
From-SVN: r82229
Diffstat (limited to 'libcpp/Makefile.in')
-rw-r--r-- | libcpp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/Makefile.in b/libcpp/Makefile.in index 05390cb..5df4f3e 100644 --- a/libcpp/Makefile.in +++ b/libcpp/Makefile.in @@ -200,7 +200,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ localedir = $(datadir)/locale ACLOCAL_AMFLAGS = -I ../config -AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir) -I$(srcdir)/../intl \ +AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir) @INCINTL@ \ -I$(srcdir)/include -DLOCALEDIR="\"$(localedir)\"" noinst_LIBRARIES = libcpp.a |