Makefile.am (.java.lo): Add rule.

* Makefile.am (.java.lo): Add rule.

	* Makefile.in: Rebuilt.

From-SVN: r29029
This commit is contained in:
Kresten Krab Thorup 1999-09-01 18:22:05 +00:00
parent 98c3e05ded
commit b1133adfca
2 changed files with 204 additions and 1360 deletions

View File

@ -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

File diff suppressed because one or more lines are too long