aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 80a40aa..b06a009 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
#
# Makefile for directory with subdirs to build.
#
-# Last Mod Sat May 18 17:24:38 PDT 1991, by rich@cygint.cygnus.com
+# Last Mod Mon May 27 15:55:09 PDT 1991, by rich@cygint.cygnus.com
#
# $Id$
@@ -58,6 +58,8 @@ bootstrap3:
$(MAKE) pass "stagepass=stage2"
pass:
+ cp $(srcdir)/gcc`if [ -d $(srcdir)/gcc.$(target) ] ; \
+ then echo .$(target) ; fi`/gstdarg.h $(srcdir)/gas/stdarg.h
$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)" \
"CC=$(srcdir)/../gcc`if [ -d $(srcdir)/gcc.$(target) ] ; \
then echo .$(target) ; fi`$(subdir)/$(stagepass)/gcc -O \
@@ -130,7 +132,10 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
#
# $Log$
-# Revision 1.12 1991/05/19 00:36:44 rich
+# Revision 1.13 1991/05/27 23:03:20 rich
+# Put gcc/gstdarg.h where gas can find it; gas/stdarg.h.
+#
+# Revision 1.12 1991/05/19 00:36:44 rich
# Added gdb.
#
# Revision 1.11 1991/05/03 21:30:41 gnu