diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-10-21 19:14:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:07 -0500 |
commit | e19a291e21ee98892af36295b7e74952a1bd0e62 (patch) | |
tree | 512488fe349e332ffdfaef21f005b72723a33983 /source4 | |
parent | 8955516c10703edb51620e8349b7100a43463def (diff) | |
download | samba-e19a291e21ee98892af36295b7e74952a1bd0e62.tar.gz samba-e19a291e21ee98892af36295b7e74952a1bd0e62.tar.xz samba-e19a291e21ee98892af36295b7e74952a1bd0e62.zip |
r11246: Another fix for OpenBSD's make
(This used to be commit f04072f7a9fe341efced4aff57cc061cf789d5bd)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/registry/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 9461bb2a95d..7aa720cc7ab 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 ################################################ |