From e19a291e21ee98892af36295b7e74952a1bd0e62 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 21 Oct 2005 19:14:43 +0000 Subject: r11246: Another fix for OpenBSD's make (This used to be commit f04072f7a9fe341efced4aff57cc061cf789d5bd) --- source4/lib/registry/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 9461bb2a95..7aa720cc7a 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -16,8 +16,8 @@ REQUIRED_SUBSYSTEMS = TDR 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 ################################################ -- cgit