symlinks: \$(BUILDSUBDIRS)
-implib: \$(ALL_IMPORT_LIBS)
-
EOF
################################################################
printf NEWMAKE " \\\n\t%s", $mod;
}
print NEWMAKE "\n\n";
+print NEWMAKE "implib: \$(ALL_IMPORT_LIBS)\n\n";
foreach my $mod (sort @implibs)
{