summaryrefslogtreecommitdiff
path: root/source4/lib/registry
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-08 10:35:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:37:50 -0500
commitc070fd62228a4fb0af0d275edc3d141e44dff389 (patch)
treea3e7880864609930dcca90f75fa9c17a225f192c /source4/lib/registry
parent6a74a831510674f25c582b60bfb763489e0b538d (diff)
downloadsamba-c070fd62228a4fb0af0d275edc3d141e44dff389.tar.gz
samba-c070fd62228a4fb0af0d275edc3d141e44dff389.tar.bz2
samba-c070fd62228a4fb0af0d275edc3d141e44dff389.zip
r10074: Pass CPP to pidl via environment variables rather then config.pm. This fixes the
standalone pidl build (as used for ethereal) (This used to be commit 9c9ebd2214423c58357854f09bd744e13e807d8f)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r--source4/lib/registry/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk
index d0939c720b..4a518321a4 100644
--- a/source4/lib/registry/config.mk
+++ b/source4/lib/registry/config.mk
@@ -18,7 +18,7 @@ INIT_OBJ_FILES = lib/registry/tdr_regf.o
lib/registry/reg_backend_nt4.c: lib/registry/tdr_regf.c
lib/registry/tdr_regf.c: lib/registry/regf.idl
- @./pidl/pidl --header --outputdir=lib/registry --parse --tdr-header --tdr-parser -- lib/registry/regf.idl
+ @CPP="$(CPP) $(PERL) pidl/pidl --header --outputdir=lib/registry --parse --tdr-header --tdr-parser -- lib/registry/regf.idl
################################################
# Start MODULE registry_w95