diff options
Diffstat (limited to 'libjava/scripts')
-rwxr-xr-x | libjava/scripts/makemake.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/scripts/makemake.tcl b/libjava/scripts/makemake.tcl index 4eadeabab13..5036c1e2461 100755 --- a/libjava/scripts/makemake.tcl +++ b/libjava/scripts/makemake.tcl @@ -258,8 +258,7 @@ proc emit_bc_rule {package} { # We skip these because they are built into their own libraries and # are handled specially in Makefile.am. - if {$loname != "gnu-java-awt-peer-gtk.lo" - && $loname != "gnu-java-awt-peer-qt.lo"} { + if {$loname != "gnu-java-awt-peer-qt.lo"} { lappend bc_objects $loname } } |