gcc/java/Make-lang.in: Add dependencies for mangle_name.o

Raja R Harinath harinath@cs.umn.edu
Fri Feb 9 12:48:00 GMT 2001


Hi,

I needed the following to get a parallel make build to work.  I copied
the dependencies from the mangle.o line since they include the same
set of headers.

from  Raja R Harinath  <harinath@cs.umn.edu>

      * Make-lang.in (java/mangle_name.o): Add 'make' prereqs.

Index: gcc/java/Make-lang.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/Make-lang.in,v
retrieving revision 1.51
diff -u -p -u -r1.51 Make-lang.in
--- Make-lang.in	2001/02/09 00:32:11	1.51
+++ Make-lang.in	2001/02/09 20:44:33
@@ -269,6 +269,8 @@ java/lang.o: java/lang.c $(CONFIG_H) $(J
   toplev.h system.h $(RTL_H) $(EXPR_H)
 java/mangle.o: java/mangle.c $(CONFIG_H) java/jcf.h $(JAVA_TREE_H) system.h \
   toplev.h $(GGC_H)
+java/mangle_name.o: java/mangle_name.o $(CONFIG_H) java/jcf.h $(JAVA_TREE_H) \
+  system.h toplev.h $(GGC_H)
 java/parse-scan.o: $(CONFIG_H) system.h toplev.h $(JAVA_LEX_C) java/parse.h \
   java/lex.h
 java/typeck.o: java/typeck.c $(CONFIG_H) $(JAVA_TREE_H) java/jcf.h \

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



More information about the Gcc-patches mailing list