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}: ";

Reply via email to