diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-12-31 08:19:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:11 -0500 |
commit | d73156d2c49c7876e2c396c207a02f575ca43fbe (patch) | |
tree | faf4c3627d2a8b2faefcd1dd0c493eb2ca0c0f36 /source4/lib | |
parent | 7dae041b1ac03a57abf0a4efcb43db54137a4eb1 (diff) | |
download | samba-d73156d2c49c7876e2c396c207a02f575ca43fbe.tar.gz samba-d73156d2c49c7876e2c396c207a02f575ca43fbe.tar.bz2 samba-d73156d2c49c7876e2c396c207a02f575ca43fbe.zip |
r12638: fix the build on BSD systems
metze
(This used to be commit cd3cc29fdc2c0b9ffd82253857a7968e3324ea9b)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/registry/config.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 988bbdbb12..fbef97a299 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -16,9 +16,11 @@ REQUIRED_SUBSYSTEMS = TDR NOPROTO = YES OBJ_FILES = tdr_regf.o -$(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 +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 ################################################ # Start MODULE registry_w95 |