diff options
author | K. Richard Pixley <rich@cygnus> | 1991-04-17 01:34:44 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-04-17 01:34:44 +0000 |
commit | 2b34da49e526d710cd9bfffea09fee1ddd65217e (patch) | |
tree | d10f93d67709ce8f9582e6416a86fdbd2ea7228f /Makefile.in | |
parent | 2a525d0c6c5a1f6bd1dfe02070e6cdba5bf015fe (diff) | |
download | gdb-2b34da49e526d710cd9bfffea09fee1ddd65217e.zip gdb-2b34da49e526d710cd9bfffea09fee1ddd65217e.tar.gz gdb-2b34da49e526d710cd9bfffea09fee1ddd65217e.tar.bz2 |
Added getopt for binutils, fixed problem with host dependancies in
configure.template.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index f93d37a..a98a2d5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for directory with subdirs to build. # -# Last Mod Mon Apr 15 13:57:46 PDT 1991, by rich@sendai +# Last Mod Tue Apr 16 12:57:52 PDT 1991, by rich@sendai # # $Id$ @@ -44,6 +44,13 @@ subdir_do: $(SUBDIRS) $(TARGETDIRS) all: $(MAKE) subdir_do DO=all +stage1: + $(MAKE) subdir_do DO=stage1 + +bootstrap: + $(MAKE) all + $(MAKE) stage1 + clean: rm -rf *.a TEMP errs core *.o *~ \#* TAGS *.E $(MAKE) subdir_do DO=clean @@ -96,7 +103,11 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure # # $Log$ -# Revision 1.8 1991/04/15 23:43:45 rich +# Revision 1.9 1991/04/17 01:34:36 rich +# Added getopt for binutils, fixed problem with host dependancies in +# configure.template. +# +# Revision 1.8 1991/04/15 23:43:45 rich # Now handles multiple hosts and targets. # # Revision 1.7 1991/04/13 13:06:16 tiemann |