summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-12 10:19:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:50:00 -0500
commitca1e672c6b7ae6ba235720e70253054486da29dd (patch)
tree22d083f6b30796a602dfca6a472fea8b16900759 /source4/build/smb_build
parentf725377346b5561cb1f59763c0356ec4e8d0d9ae (diff)
downloadsamba-ca1e672c6b7ae6ba235720e70253054486da29dd.tar.gz
samba-ca1e672c6b7ae6ba235720e70253054486da29dd.tar.bz2
samba-ca1e672c6b7ae6ba235720e70253054486da29dd.zip
r22186: fix build with autodependencies
metze (This used to be commit a45c7cf238238d821e1d41549983915330bfd43a)
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 2c789b8d62..433fd9658b 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -118,7 +118,7 @@ sub _prepare_suffix_rules($)
# Dependencies command
DEPENDS = \$(CC) -M -MG -MP -MT \$(<:.c=.o) -MT \$@ \\
`\$(PERL) \$(srcdir)/script/cflags.pl \$@` \\
- \$(CFLAGS) $first_prereq-o \$@
+ \$(CFLAGS) $first_prereq -o \$@
# Dependencies for host objects
HDEPENDS = \$(CC) -M -MG -MP -MT \$(<:.c=.ho) -MT \$@ \\
`\$(PERL) \$(srcdir)/script/cflags.pl \$@` \\