diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-05-16 14:40:56 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-05-16 14:51:39 +0200 |
commit | 8a31130a761711e423ab1a788f2931586edb4b18 (patch) | |
tree | 4edbb81d52ece5159bf0dc41dca710ba74c17178 /source4 | |
parent | 8651def04c140da23f564be46b86c5e1f33349c4 (diff) | |
download | samba-8a31130a761711e423ab1a788f2931586edb4b18.tar.gz samba-8a31130a761711e423ab1a788f2931586edb4b18.tar.bz2 samba-8a31130a761711e423ab1a788f2931586edb4b18.zip |
build: readd ALL_OBJS which is needed for automatic_dependencies
metze
(This used to be commit 5ca4f76703485d68b1aa6b38beaf208555c0cbfe)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 43c4252f9d..4c375cecf6 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -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); |