svn commit: smb-build r14 - in trunk/build/smb_build: .

tridge at samba.org tridge at samba.org
Wed Jul 13 08:30:06 GMT 2005


Author: tridge
Date: 2005-07-13 08:30:05 +0000 (Wed, 13 Jul 2005)
New Revision: 14

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

Log:
merged the irix fix from samba4




Modified:
   trunk/build/smb_build/makefile.pm


Changeset:
Modified: trunk/build/smb_build/makefile.pm
===================================================================
--- trunk/build/smb_build/makefile.pm	2005-07-13 08:07:30 UTC (rev 13)
+++ trunk/build/smb_build/makefile.pm	2005-07-13 08:30:05 UTC (rev 14)
@@ -363,6 +363,10 @@
 	my $tmpdepend = array2oneperline($ctx->{DEPEND_LIST});
 	my $output;
 
+	if (! $ctx->{TARGET}) {
+		return "";
+	}
+
 	$output = "$ctx->{TYPE}_$ctx->{NAME}_DEPEND_LIST = $tmpdepend\n";
 
 	$output .= "$ctx->{TARGET}: ";



More information about the samba-cvs mailing list