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

tridge at samba.org tridge at samba.org
Tue Jan 18 04:06:58 GMT 2005


Author: tridge
Date: 2005-01-18 04:06:58 +0000 (Tue, 18 Jan 2005)
New Revision: 4814

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

Log:
cope with perl not being in /usr/bin for idl building

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	2005-01-18 03:27:12 UTC (rev 4813)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-01-18 04:06:58 UTC (rev 4814)
@@ -130,7 +130,7 @@
 	CPP=\"\@CPP\@\" PERL=\"\$(PERL)\" script/build_idl.sh FULL
 
 idl: build/pidl/idl.pm
-	\@CPP=\"\@CPP\@\" script/build_idl.sh PARTIAL
+	\@CPP=\"\@CPP\@\" PERL=\"\$(PERL)\" script/build_idl.sh PARTIAL
 
 eparser_idl: build/pidl/idl.pm
 	CPP=\"\@CPP\@\" PERL=\"\$(PERL)\" EPARSERPREFIX=\"\$(eparserdir)\" script/build_idl.sh EPARSER 



More information about the samba-cvs mailing list