From 54613f5ae078dfde28838837027d0819b3d9b6e9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 31 Dec 2005 00:27:55 +0000 Subject: r12624: (hopefully) fix for BSD make after srcdir/builddir changes (This used to be commit 261dc568f9b0e8641d3a28a03b440bddc5db668e) --- source4/lib/registry/config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4') 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 -- cgit