From: K. Richard Pixley Date: Mon, 27 May 1991 23:03:20 +0000 (+0000) Subject: Put gcc/gstdarg.h where gas can find it; gas/stdarg.h. X-Git-Tag: gdb-4_18~24193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2770ad8b4ea1992b722792d54ce7416c89239886;p=external%2Fbinutils.git Put gcc/gstdarg.h where gas can find it; gas/stdarg.h. --- 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