summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2004-05-24 10:45:14 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2004-05-24 10:45:14 +0000
commitc580d51621dc3fee84db019342cc973f0f3e542c (patch)
tree1c4111f32e6ff448bde038038170e66ac1985556 /Makefile.def
parenta7e609d6a985d400639b3daac1755b64023fc664 (diff)
downloadcygnal-c580d51621dc3fee84db019342cc973f0f3e542c.tar.gz
cygnal-c580d51621dc3fee84db019342cc973f0f3e542c.tar.bz2
cygnal-c580d51621dc3fee84db019342cc973f0f3e542c.zip
2004-05-23 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (host_modules): add libcpp. * Makefile.tpl: Add dependencies on and for libcpp. * Makefile.in: Regenerate. * configure.in: Add libcpp host module. * configure: Regenerate. config/ChangeLog: 2004-05-23 Paolo Bonzini <bonzini@gnu.org> * acx.m4 (ACX_HEADER_STDBOOL, ACX_HEADER_STRING): From gcc.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index fa51090d0..788d3b041 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -59,6 +59,7 @@ host_modules= { module= tcl;
missing=mostlyclean; };
host_modules= { module= itcl; };
host_modules= { module= ld; bootstrap=true; };
+host_modules= { module= libcpp; bootstrap=true; };
host_modules= { module= libgui; };
host_modules= { module= libbanshee; bootstrap=true; no_install=true; };
host_modules= { module= libiberty; bootstrap=true; };