summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-03-03 11:02:25 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-03-03 11:02:25 +0100
commitf0bac65d9a184d5faedec4d8b325496478d2e54c (patch)
tree8567816f040dd423a7645edbd0af841f9f6c87b6
parent7dd0cd26d32980d4edb9db5c77c98a2b112e24cb (diff)
downloadsamba-f0bac65d9a184d5faedec4d8b325496478d2e54c.tar.gz
samba-f0bac65d9a184d5faedec4d8b325496478d2e54c.tar.bz2
samba-f0bac65d9a184d5faedec4d8b325496478d2e54c.zip
Fix syntax.
(This used to be commit df4eb19ff910a1e403f9512a9d9f396c76282085)
-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 b889a84718..e0708b26fe 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -350,7 +350,7 @@ sub CFlags($$)
my $cflags = join(' ', @cflags);
- $self->output("\$(patsubst %.ho,%.d,\$(key->{NAME}_OBJ_LIST:.o=.d)) \$($key->{NAME}_OBJ_LIST): CFLAGS+= $cflags\n");
+ $self->output("\$(patsubst %.ho,%.d,\$($key->{NAME}_OBJ_LIST:.o=.d)) \$($key->{NAME}_OBJ_LIST): CFLAGS+= $cflags\n");
}
1;