[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1178-gb5db8de

Jelmer Vernooij jelmer at samba.org
Fri Feb 29 14:47:24 GMT 2008


The branch, v4-0-test has been updated
       via  b5db8defcae0a718e5239e8c7705c9bf6eb431ec (commit)
      from  1e786bb7da689c3aa435e92975f33db5a308b6a7 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit b5db8defcae0a718e5239e8c7705c9bf6eb431ec
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Feb 29 15:47:04 2008 +0100

    Fix variable name.

-----------------------------------------------------------------------

Summary of changes:
 source/build/smb_build/makefile.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/build/smb_build/makefile.pm b/source/build/smb_build/makefile.pm
index 52bd5ed..f2bff1a 100644
--- a/source/build/smb_build/makefile.pm
+++ b/source/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;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list