mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
Put gcc/gstdarg.h where gas can find it; gas/stdarg.h.
This commit is contained in:
parent
fe9c20e21f
commit
2770ad8b4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user