diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 15:47:04 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 15:47:04 +0100 |
commit | 2bb8e49a7e8f38f053fb3d282ec62cfa4b52196e (patch) | |
tree | 0e864805ce6b125c3affc4e8a32515301050e781 /source4/build | |
parent | 7071276c65e0335386441bd2b81afeac73283808 (diff) | |
download | samba-2bb8e49a7e8f38f053fb3d282ec62cfa4b52196e.tar.gz samba-2bb8e49a7e8f38f053fb3d282ec62cfa4b52196e.tar.bz2 samba-2bb8e49a7e8f38f053fb3d282ec62cfa4b52196e.zip |
Fix variable name.
(This used to be commit b5db8defcae0a718e5239e8c7705c9bf6eb431ec)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 52bd5ed610..f2bff1a029 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -400,7 +400,7 @@ sub CFlags($$) my $cflags = join(' ', @cflags); - $self->output("\$(patsubst %.ho,%.d,\$(key->{NAME}_OBJ_FILES:.o=.d)) \$($key->{NAME}_OBJ_FILES): CFLAGS+= $cflags\n"); + $self->output("\$(patsubst %.ho,%.d,\$(key->{NAME}_OBJ_LIST:.o=.d)) \$($key->{NAME}_OBJ_LIST): CFLAGS+= $cflags\n"); } 1; |