diff options
Diffstat (limited to 'libjava/scripts/makemake.tcl')
-rwxr-xr-x | libjava/scripts/makemake.tcl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libjava/scripts/makemake.tcl b/libjava/scripts/makemake.tcl index 5036c1e..f857dd0 100755 --- a/libjava/scripts/makemake.tcl +++ b/libjava/scripts/makemake.tcl @@ -256,11 +256,7 @@ proc emit_bc_rule {package} { puts "\t@rm -f $tname" puts "" - # We skip these because they are built into their own libraries and - # are handled specially in Makefile.am. - if {$loname != "gnu-java-awt-peer-qt.lo"} { - lappend bc_objects $loname - } + lappend bc_objects $loname } # Emit a rule for a 'package' package. |