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

ab at samba.org ab at samba.org
Thu Apr 13 04:04:10 GMT 2006


Author: ab
Date: 2006-04-13 04:04:10 +0000 (Thu, 13 Apr 2006)
New Revision: 15062

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

Log:
Theoretically, this should allow NetBSD make to handle VPATH-like lookups
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	2006-04-13 03:09:14 UTC (rev 15061)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-04-13 04:04:10 UTC (rev 15062)
@@ -156,6 +156,8 @@
 
 DEFAULT_TEST_TARGET=$self->{config}->{DEFAULT_TEST_TARGET}
 
+# For BSD make
+.PATH: \$(VPATH)
 __EOD__
 );
 }



More information about the samba-cvs mailing list