mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
build: readd ALL_OBJS which is needed for automatic_dependencies
metze (This used to be commit 5ca4f76703485d68b1aa6b38beaf208555c0cbfe)
This commit is contained in:
parent
8651def04c
commit
8a31130a76
@ -238,6 +238,8 @@ sub write($$)
|
||||
|
||||
$self->_prepare_mk_files();
|
||||
|
||||
$self->output("ALL_OBJS = " . array2oneperline($self->{all_objs}) . "\n");
|
||||
|
||||
open(MAKEFILE,">$file") || die ("Can't open $file\n");
|
||||
print MAKEFILE $self->{output};
|
||||
close(MAKEFILE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user