Makefile.am (.java.lo): Add rule.
* Makefile.am (.java.lo): Add rule. * Makefile.in: Rebuilt. From-SVN: r29029
This commit is contained in:
parent
98c3e05ded
commit
b1133adfca
@ -161,6 +161,9 @@ SUFFIXES = .class .java .h
|
||||
.class.lo:
|
||||
$(GCJCOMPILE) -o $@ $<
|
||||
|
||||
.java.lo:
|
||||
$(GCJCOMPILE) -o $@ $<
|
||||
|
||||
## This is GNU make specific. For the .o files in subdirs, use a
|
||||
## special rule. The standard automake rule can't be overridden (this
|
||||
## is a bug in automake), and it also won't put the .o files into
|
||||
|
1561
libjava/Makefile.in
1561
libjava/Makefile.in
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user