From 573e8a1cd233066d864f0c0597df9e9cb689fae4 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Thu, 27 Aug 2009 05:24:43 +0000 Subject: Do not create $(bfdlibdir) and $(bfdincludedir) if !INSTALL_LIBBFD. opcodes/: * Makefile.am (bfdlibdir, bfdincludedir): Move definition ... [INSTALL_LIBBFD]: ... here, ... [INSTALL_LIBBFD]: ... and empty overrides here. [!INSTALL_LIBBFD]: (rpath_bfdlibdir): New variable. [!INSTALL_LIBBFD] (libbfd_la_LDFLAGS): Use it. * Makefile.in: Regenerate. * configure: Regenerate. bfd/: * acinclude.m4 (AM_INSTALL_LIBBFD): Call AM_SUBST_NOTMAKE for bfdlibdir and bfdincludedir. * Makefile.am (bfdlibdir, bfdincludedir): Move definition ... [INSTALL_LIBBFD]: ... here, ... [INSTALL_LIBBFD]: ... and empty overrides here. [!INSTALL_LIBBFD]: (rpath_bfdlibdir): New variable. [!INSTALL_LIBBFD] (libbfd_la_LDFLAGS): Use it. * Makefile.in: Regenerate. * configure: Regenerate. bfd/doc/: * Makefile.in: Regenerate. --- opcodes/configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opcodes/configure') diff --git a/opcodes/configure b/opcodes/configure index 860df278bd..ec7d164d77 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -11521,6 +11521,8 @@ fi + + # host-specific stuff: ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN" -- cgit v1.2.1