diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-12-20 00:06:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:33 -0500 |
commit | 50bb996dc0c6a0d3b505b961c310e4cd8345f2e0 (patch) | |
tree | ea83495cce75289e838355853ec507d5b98de63f | |
parent | 2dc21b833a06ed98a8726e74ae27fb458be16293 (diff) | |
download | samba-50bb996dc0c6a0d3b505b961c310e4cd8345f2e0.tar.gz samba-50bb996dc0c6a0d3b505b961c310e4cd8345f2e0.tar.bz2 samba-50bb996dc0c6a0d3b505b961c310e4cd8345f2e0.zip |
r12385: call pidl with the perl found by configure
metze
(This used to be commit 00b7800695938e2374a26208273996efeb9ab258)
-rw-r--r-- | source4/lib/registry/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index a76595b94d..9dd67cb3b9 100644 --- a/source4/lib/registry/config.mk +++ b/source4/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 |