diff options
author | Steve Chamberlain <sac@cygnus> | 1992-06-23 01:34:25 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-06-23 01:34:25 +0000 |
commit | 475f9b6d66e4fbdd40cd595948ea58654b927bc7 (patch) | |
tree | dc39c8bff2992bddaf503e68801434a2eb3aecef /Makefile.in | |
parent | 4347369fb188f0d164d8ed2e51ced75b9a59ec8d (diff) | |
download | gdb-475f9b6d66e4fbdd40cd595948ea58654b927bc7.zip gdb-475f9b6d66e4fbdd40cd595948ea58654b927bc7.tar.gz gdb-475f9b6d66e4fbdd40cd595948ea58654b927bc7.tar.bz2 |
Add install-newlib
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index b5d2b59..b259f91 100644 --- a/Makefile.in +++ b/Makefile.in @@ -180,7 +180,7 @@ install.all: install-dirs install-autoconf install-texinfo \ install.cross: install-dirs install-libiberty install-mmalloc \ install-binutils install-bison install-byacc install-flex \ install-ld install-gas install-libgcc install-readline \ - install-glob install-gdb install-mmalloc install-gprof + install-glob install-gdb install-mmalloc install-gprof install-newlib install-gcc ### autoconf all-autoconf: force @@ -374,7 +374,7 @@ install-newlib: force @if [ -d ./newlib ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./newlib; \ - $(MAKE) $(FLAGS_TO_PASS) install) ; \ + $(MAKE) install) ; \ else \ true ; \ fi |