aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in15
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