svn commit: samba r12624 - in branches/SAMBA_4_0/source/lib/registry: .

jelmer at samba.org jelmer at samba.org
Sat Dec 31 00:27:56 GMT 2005


Author: jelmer
Date: 2005-12-31 00:27:55 +0000 (Sat, 31 Dec 2005)
New Revision: 12624

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

Log:
(hopefully) fix for BSD make after srcdir/builddir changes

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-31 00:02:41 UTC (rev 12623)
+++ branches/SAMBA_4_0/source/lib/registry/config.mk	2005-12-31 00:27:55 UTC (rev 12624)
@@ -16,9 +16,9 @@
 NOPROTO = YES
 OBJ_FILES = tdr_regf.o
 
-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 $(PIDL_ARGS) --header --outputdir=lib/registry --tdr-parser -- lib/registry/regf.idl
+$(srcdir)/lib/registry/reg_backend_nt4.c: $(builddir)/lib/registry/tdr_regf.c
+$(builddir)/lib/registry/tdr_regf.c: $(srcdir)/lib/registry/regf.idl
+	@CPP="$(CPP)" $(PERL) pidl/pidl $(PIDL_ARGS) --header --outputdir=$(builddir)/lib/registry --tdr-parser -- $(srcdir)/lib/registry/regf.idl
 
 ################################################
 # Start MODULE registry_w95



More information about the samba-cvs mailing list