diff options
Diffstat (limited to 'libjava/Makefile.am')
| -rw-r--r-- | libjava/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 17258d26257..e61f6a3b6f8 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -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 |

