mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
Fix ALL_OBJS value.
(This used to be commit 8710087728cc44761ae85f66c541ab1650e1b952)
This commit is contained in:
parent
08baea013b
commit
98a4dd9b5e
@ -44,8 +44,7 @@ my $mkenv = new smb_build::makefile(\%config::config, $mkfile);
|
||||
|
||||
my $shared_libs_used = 0;
|
||||
foreach my $key (values %$OUTPUT) {
|
||||
$mkenv->_prepare_list($key, "OBJ_LIST");
|
||||
push(@{$mkenv->{all_objs}}, "\$($key->{NAME}_OBJ_LIST)");
|
||||
push(@{$mkenv->{all_objs}}, "\$($key->{NAME}_OBJ_FILES)");
|
||||
}
|
||||
|
||||
foreach my $key (values %$OUTPUT) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user