This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Dependencies needed for parallel build of mn10300 sim


Ok to install?

Index: sim/ChangeLog
from  Alexandre Oliva  <aoliva@redhat.com>

	* mn10300/Makefile.in (idecode.o, op_utils.o, semantics.o,
	simops.o): Depend on targ-vals.h.

Index: sim/mn10300/Makefile.in
===================================================================
RCS file: /cvs/src/src/sim/mn10300/Makefile.in,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile.in
--- sim/mn10300/Makefile.in 2001/04/15 19:57:10 1.3
+++ sim/mn10300/Makefile.in 2001/04/26 13:39:47
@@ -1,5 +1,5 @@
 #    Makefile template for Configure for the mn10300 sim library.
-#    Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
+#    Copyright (C) 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
 #    Written by Cygnus Support.
 # 
 # This program is free software; you can redistribute it and/or modify
@@ -75,7 +75,7 @@ m10300-opc.o: $(srcdir)/../../opcodes/m1
 gencode: gencode.o m10300-opc.o
 	$(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o m10300-opc.o $(BUILD_LIB)
 
-
+idecode.o op_utils.o semantics.o simops.o: targ-vals.h
 
 
 BUILT_SRC_FROM_IGEN = \

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]