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

jelmer at samba.org jelmer at samba.org
Fri Oct 21 19:14:43 GMT 2005


Author: jelmer
Date: 2005-10-21 19:14:43 +0000 (Fri, 21 Oct 2005)
New Revision: 11246

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

Log:
Another fix for OpenBSD's make

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-10-21 18:10:45 UTC (rev 11245)
+++ branches/SAMBA_4_0/source/lib/registry/config.mk	2005-10-21 19:14:43 UTC (rev 11246)
@@ -16,8 +16,8 @@
 NOPROTO = YES
 INIT_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
+./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
 
 ################################################



More information about the samba-cvs mailing list