summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-31 00:27:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:07 -0500
commit54613f5ae078dfde28838837027d0819b3d9b6e9 (patch)
tree4bde1086783bad422044c860c74da8b44a179bcf /source4
parent2cb372f7a457d16bef791eb9670f61555510fe87 (diff)
downloadsamba-54613f5ae078dfde28838837027d0819b3d9b6e9.tar.gz
samba-54613f5ae078dfde28838837027d0819b3d9b6e9.tar.bz2
samba-54613f5ae078dfde28838837027d0819b3d9b6e9.zip
r12624: (hopefully) fix for BSD make after srcdir/builddir changes
(This used to be commit 261dc568f9b0e8641d3a28a03b440bddc5db668e)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/registry/config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk
index c55f02aee7..988bbdbb12 100644
--- a/source4/lib/registry/config.mk
+++ b/source4/lib/registry/config.mk
@@ -16,9 +16,9 @@ REQUIRED_SUBSYSTEMS = TDR
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