svn commit: samba r22186 - in branches/SAMBA_4_0/source/build/smb_build: .

metze at samba.org metze at samba.org
Thu Apr 12 10:19:04 GMT 2007


Author: metze
Date: 2007-04-12 10:19:02 +0000 (Thu, 12 Apr 2007)
New Revision: 22186

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22186

Log:
fix build with autodependencies

metze
Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2007-04-12 08:33:35 UTC (rev 22185)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2007-04-12 10:19:02 UTC (rev 22186)
@@ -118,7 +118,7 @@
 # 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 \$@` \\



More information about the samba-cvs mailing list