1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Remove more unnecessary generated code.

(This used to be commit 7398bc1a9f)
This commit is contained in:
Jelmer Vernooij 2008-02-25 18:19:01 +01:00
parent aab0ef161c
commit ab88018a6e

View File

@ -211,7 +211,7 @@ sub MergedObj($$)
$ctx->{RESULT_MERGED_OBJ}: \$($ctx->{NAME}_OBJ_LIST)
\@echo Partially linking \$@
\@mkdir -p \$(D@)
\$(PARTLINK) -o \$@ \$($ctx->{NAME}_OBJ_LIST)
\$(PARTLINK) -o \$@ \$^
__EOD__
);
@ -223,8 +223,6 @@ sub StaticLibraryPrimitives($$)
return unless (defined($ctx->{OBJ_FILES}));
push (@{$self->{static_libs}}, $ctx->{RESULT_STATIC_LIBRARY}) if ($ctx->{TYPE} eq "LIBRARY");
$self->output("$ctx->{NAME}_OUTPUT = $ctx->{OUTPUT}\n");
$self->_prepare_list($ctx, "FULL_OBJ_LIST");
}