diff options
author | K. Richard Pixley <rich@cygnus> | 1991-11-05 21:54:33 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-11-05 21:54:33 +0000 |
commit | 517d18b234003c19202a5b1a3614e2030b09070c (patch) | |
tree | 500632fdcabe3601a55c2fa70162d5e3e7b2103b /Makefile.in | |
parent | 8fbb73515b13249991f3afb30973fdac201922a8 (diff) | |
download | gdb-517d18b234003c19202a5b1a3614e2030b09070c.zip gdb-517d18b234003c19202a5b1a3614e2030b09070c.tar.gz gdb-517d18b234003c19202a5b1a3614e2030b09070c.tar.bz2 |
get bison subdirs right
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index a72d9ca..978fb08 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ # -# Last Mod Mon Nov 4 16:01:21 PST 1991, by rich@rtl.cygnus.com +# Last Mod Tue Nov 5 12:18:34 PST 1991, by rich@rtl.cygnus.com # # $Id$ @@ -101,8 +101,7 @@ bootstrap3: $(MAKE) comparison pass: - cp $(unsubdir)/gcc`if [ -d $(unsubdir)/gcc.$(target) ] ; \ - then echo .$(target) ; fi`/gstdarg.h $(unsubdir)/gas/stdarg.h + cp $(srcdir)/gcc/gstdarg.h $(unsubdir)/gas$(subdir)/stdarg.h $(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)" \ "CC=`pwd`/$(unsubdir)/gcc`if [ -d $(unsubdir)/gcc.$(target) ] ; \ then echo .$(target) ; fi`$(subdir)/$(stagepass)/gcc \ |