summaryrefslogtreecommitdiffstats
path: root/source/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-20 00:06:31 +0000
committerStefan Metzmacher <metze@samba.org>2005-12-20 00:06:31 +0000
commitde871c9759d776d0020ea308cb4786d196a928a3 (patch)
tree24a54cfa0318e09be3bb61b80835797e71ccb714 /source/lib
parent24d9aa358707f80f53453cf81c0ae4d5329aea5d (diff)
downloadsamba-de871c9759d776d0020ea308cb4786d196a928a3.tar.gz
samba-de871c9759d776d0020ea308cb4786d196a928a3.tar.xz
samba-de871c9759d776d0020ea308cb4786d196a928a3.zip
r12385: call pidl with the perl found by configure
metze
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/registry/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/registry/config.mk b/source/lib/registry/config.mk
index a76595b94d6..9dd67cb3b98 100644
--- a/source/lib/registry/config.mk
+++ b/source/lib/registry/config.mk
@@ -18,7 +18,7 @@ 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
- @CPP="$(CPP)" pidl/pidl $(PIDL_ARGS) --header --outputdir=lib/registry --tdr-header --tdr-parser -- lib/registry/regf.idl
+ @CPP="$(CPP)" $(PERL) pidl/pidl $(PIDL_ARGS) --header --outputdir=lib/registry --tdr-header --tdr-parser -- lib/registry/regf.idl
################################################
# Start MODULE registry_w95