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

metze at samba.org metze at samba.org
Sun Apr 22 10:37:51 GMT 2007


Author: metze
Date: 2007-04-22 10:37:51 +0000 (Sun, 22 Apr 2007)
New Revision: 22452

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

Log:
fix creation of MK_FILES variable in Makefile

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


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/config_mk.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/config_mk.pm	2007-04-22 10:33:59 UTC (rev 22451)
+++ branches/SAMBA_4_0/source/build/smb_build/config_mk.pm	2007-04-22 10:37:51 UTC (rev 22452)
@@ -156,6 +156,7 @@
 			$basedir = $builddir;
 		} else {
 			$basedir = dirname($filename);
+			push(@parsed_files, $filename);
 		}
 		$basedir =~ s!^($builddir|$srcdir)[/]!!;
 		return ($filename, $basedir, @lines);



More information about the samba-cvs mailing list