diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-03-08 05:50:03 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-03-08 05:50:03 +0000 |
commit | 2ea968d3e19ca8c42fbfc8492dc8dfc9ee49fe98 (patch) | |
tree | f2176aa187aa5118432b6300d0c3678ff0ec94d7 | |
parent | 6198decee38544071381abd352fc10946fb73eff (diff) | |
download | newlib-2ea968d3e19ca8c42fbfc8492dc8dfc9ee49fe98.zip newlib-2ea968d3e19ca8c42fbfc8492dc8dfc9ee49fe98.tar.gz newlib-2ea968d3e19ca8c42fbfc8492dc8dfc9ee49fe98.tar.bz2 |
* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2001-03-08 Alexandre Oliva <aoliva@redhat.com> + + * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use. + 2001-02-22 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Remove DJ Delorie's address because it is no diff --git a/Makefile.in b/Makefile.in index 14a7756..ac58f97 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1542,6 +1542,9 @@ install-dosrel: installdirs info install-dosrel-fake: +ALL_GCC = all-gcc +ALL_GCC_C = $(ALL_GCC) all-target-newlib all-target-libgloss +ALL_GCC_CXX = $(ALL_GCC_C) all-target-libstdc++ all-target-libstdc++-v3 # This is a list of inter-dependencies among modules. all-apache: @@ -1578,9 +1581,6 @@ all-flex: all-libiberty all-bison all-byacc all-gas: all-libiberty all-opcodes all-bfd all-intl all-gash: all-tcl all-gawk: -ALL_GCC = all-gcc -ALL_GCC_C = $(ALL_GCC) all-target-newlib all-target-libgloss -ALL_GCC_CXX = $(ALL_GCC_C) all-target-libstdc++ all-target-libstdc++-v3 all-gcc: all-bison all-byacc all-binutils all-gas all-ld all-zlib all-bootstrap: all-libiberty all-texinfo all-bison all-byacc all-binutils all-gas all-ld all-zlib GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui |