diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-02 16:39:27 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-02 16:39:27 +0000 |
commit | 0ecf7a657255369b2827f6c14cf92c21b3c4e2f1 (patch) | |
tree | 9bb431b0d06da4b34b47e6e74b5ae9b8734645c4 /Makefile.in | |
parent | 3177f7807924b099b39ab82f11384621fd7a5e8b (diff) | |
download | gcc-0ecf7a657255369b2827f6c14cf92c21b3c4e2f1.tar.gz |
* Makefile.def: configure-target-boehm-gc depends on
all-target-libstdc++-v3.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142361 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 0f235fd740c..ab03aabc5b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -55703,6 +55703,7 @@ all-send-pr: maybe-all-prms all-tar: maybe-all-build-texinfo all-uudecode: maybe-all-build-texinfo configure-target-boehm-gc: maybe-configure-target-qthreads +configure-target-boehm-gc: maybe-all-target-libstdc++-v3 configure-target-fastjar: maybe-configure-target-zlib all-target-fastjar: maybe-all-target-zlib all-target-fastjar: maybe-all-target-libiberty |