Author: metze Date: 2005-12-20 00:06:31 +0000 (Tue, 20 Dec 2005) New Revision: 12385
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12385 Log: call pidl with the perl found by configure metze Modified: branches/SAMBA_4_0/source/lib/registry/config.mk Changeset: Modified: branches/SAMBA_4_0/source/lib/registry/config.mk =================================================================== --- branches/SAMBA_4_0/source/lib/registry/config.mk 2005-12-20 00:02:08 UTC (rev 12384) +++ branches/SAMBA_4_0/source/lib/registry/config.mk 2005-12-20 00:06:31 UTC (rev 12385) @@ -18,7 +18,7 @@ lib/registry/reg_backend_nt4.c: lib/registry/tdr_regf.c lib/registry/tdr_regf.c: lib/registry/regf.idl - @CPP="$(CPP)" pidl/pidl $(PIDL_ARGS) --header --outputdir=lib/registry --tdr-header --tdr-parser -- lib/registry/regf.idl + @CPP="$(CPP)" $(PERL) pidl/pidl $(PIDL_ARGS) --header --outputdir=lib/registry --tdr-header --tdr-parser -- lib/registry/regf.idl ################################################ # Start MODULE registry_w95
