aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-05-27 23:03:20 +0000
committerK. Richard Pixley <rich@cygnus>1991-05-27 23:03:20 +0000
commit2770ad8b4ea1992b722792d54ce7416c89239886 (patch)
tree32b7585dde23c0e6798b6dae04f10dd9604fc97d /Makefile.in
parentfe9c20e21f66266f6b00e50a8bbcd2f052382a07 (diff)
downloadgdb-2770ad8b4ea1992b722792d54ce7416c89239886.zip
gdb-2770ad8b4ea1992b722792d54ce7416c89239886.tar.gz
gdb-2770ad8b4ea1992b722792d54ce7416c89239886.tar.bz2
Put gcc/gstdarg.h where gas can find it; gas/stdarg.h.
Diffstat (limited to 'Makefile.in')
-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