Author: mimir Date: 2005-09-08 19:58:59 +0000 (Thu, 08 Sep 2005) New Revision: 10089
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10089 Log: Fix a typo breaking the Makefile generator and therefore - the build. rafal 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-09-08 19:27:27 UTC (rev 10088) +++ branches/SAMBA_4_0/source/lib/registry/config.mk 2005-09-08 19:58:59 UTC (rev 10089) @@ -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) $(PERL) pidl/pidl --header --outputdir=lib/registry --parse --tdr-header --tdr-parser -- lib/registry/regf.idl + @CPP="$(CPP)" $(PERL) pidl/pidl --header --outputdir=lib/registry --parse --tdr-header --tdr-parser -- lib/registry/regf.idl ################################################ # Start MODULE registry_w95
