Fix ALL_OBJS value.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 15 Apr 2008 01:59:56 +0000 (03:59 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 15 Apr 2008 01:59:56 +0000 (03:59 +0200)
(This used to be commit 8710087728cc44761ae85f66c541ab1650e1b952)

source4/build/smb_build/main.pl

index 0e42155537daf9bf525cd36df55b6c283655065a..14897840a62e9591342e671243f7bdda8a4b5fbc 100644 (file)
@@ -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) {