summaryrefslogtreecommitdiff
path: root/source4/lib/registry
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-21 20:40:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:08 -0500
commitfff24f9ebde4c605f9cb390ed5ef939801a25cfa (patch)
tree0fc710debb65b48d6e76379a61f7d14795e60b58 /source4/lib/registry
parentdf30ef140d24863b849eaa81624509fabd663ee7 (diff)
downloadsamba-fff24f9ebde4c605f9cb390ed5ef939801a25cfa.tar.gz
samba-fff24f9ebde4c605f9cb390ed5ef939801a25cfa.tar.bz2
samba-fff24f9ebde4c605f9cb390ed5ef939801a25cfa.zip
r11249: More OpenBSD make fixes...
(This used to be commit 118e3bc507b2694f7e5ea191950626931d8ebf29)
Diffstat (limited to 'source4/lib/registry')
-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 7aa720cc7a..9461bb2a95 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
################################################