Put gcc/gstdarg.h where gas can find it; gas/stdarg.h.
authorK. Richard Pixley <rich@cygnus>
Mon, 27 May 1991 23:03:20 +0000 (23:03 +0000)
committerK. Richard Pixley <rich@cygnus>
Mon, 27 May 1991 23:03:20 +0000 (23:03 +0000)
Makefile.in

index 80a40aabc2b747d5647654ff5eebc292be7cdd59..b06a009768a18874cf355bdc425c5e34097191ed 100644 (file)
@@ -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
This page took 0.026723 seconds and 4 git commands to generate.