mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r12638: fix the build on BSD systems
metze
(This used to be commit cd3cc29fdc
)
This commit is contained in:
parent
7dae041b1a
commit
d73156d2c4
@ -174,7 +174,7 @@ sub run_config_mk($$$)
|
||||
|
||||
$input->{$name}{NAME} = $name;
|
||||
$input->{$name}{TYPE} = $type;
|
||||
$input->{$name}{BASEDIR} = $srcdir."/".dirname($filename);
|
||||
$input->{$name}{BASEDIR} = dirname($filename);
|
||||
|
||||
foreach my $key (values %{$result->{$section}}) {
|
||||
$key->{VAL} = smb_build::input::strtrim($key->{VAL});
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user