summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-21 19:14:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:07 -0500
commite19a291e21ee98892af36295b7e74952a1bd0e62 (patch)
tree512488fe349e332ffdfaef21f005b72723a33983
parent8955516c10703edb51620e8349b7100a43463def (diff)
downloadsamba-e19a291e21ee98892af36295b7e74952a1bd0e62.tar.gz
samba-e19a291e21ee98892af36295b7e74952a1bd0e62.tar.bz2
samba-e19a291e21ee98892af36295b7e74952a1bd0e62.zip
r11246: Another fix for OpenBSD's make
(This used to be commit f04072f7a9fe341efced4aff57cc061cf789d5bd)
-rw-r--r--source4/lib/registry/config.mk4
1 files 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
################################################