Yet another patch to java/Makefile.in to get SUN-make go bit further: missing "dependency rule"
Hans-Peter Nilsson
hans-peter.nilsson@axis.com
Mon Dec 21 02:59:00 GMT 1998
Assuming my earlier patch (commenting out ctrl-L:s in
Makefile.in) is installed; i.e. this patch is edited from the
CVS diff output:
gcc/java/ChangeLog:
Mon Dec 21 11:53:40 1998 Hans-Peter Nilsson <hp@axis.se>
* Makefile.in (zextract.o): List dependencies and provide build rule.
Index: Makefile.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/java/Makefile.in,v
retrieving revision 1.20
diff -c -p -r1.20 Makefile.in
*** Makefile.in 1998/12/16 21:19:51 1.20
--- Makefile.in 1998/12/21 10:49:17
*************** typeck.o : typeck.c $(CONFIG_H) $(JAVA_T
*** 305,308 ****
--- 305,309 ----
$(srcdir)/../toplev.h $(srcdir)/../system.h
verify.o : verify.c $(CONFIG_H) $(JAVA_TREE_H) jcf.h javaop.h java-opcodes.h \
java-except.h $(srcdir)/../toplev.h $(srcdir)/../system.h
+ zextract.o: zextract.c zipfile.h
brgds, H-P
More information about the Gcc-patches
mailing list