summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-29 15:47:04 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-29 15:47:04 +0100
commit2bb8e49a7e8f38f053fb3d282ec62cfa4b52196e (patch)
tree0e864805ce6b125c3affc4e8a32515301050e781 /source4/build/smb_build
parent7071276c65e0335386441bd2b81afeac73283808 (diff)
downloadsamba-2bb8e49a7e8f38f053fb3d282ec62cfa4b52196e.tar.gz
samba-2bb8e49a7e8f38f053fb3d282ec62cfa4b52196e.tar.bz2
samba-2bb8e49a7e8f38f053fb3d282ec62cfa4b52196e.zip
Fix variable name.
(This used to be commit b5db8defcae0a718e5239e8c7705c9bf6eb431ec)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r--source4/build/smb_build/makefile.pm2
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;