summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-17 13:08:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:14 -0500
commit86acf90e4335f79cd34e400d687930d922332d8f (patch)
treedcaff9c775bba6808aac804d52044382db9840f1 /source4/lib
parent3198e58161387c7f4f8990c0355dbfa6beee3463 (diff)
downloadsamba-86acf90e4335f79cd34e400d687930d922332d8f.tar.gz
samba-86acf90e4335f79cd34e400d687930d922332d8f.tar.bz2
samba-86acf90e4335f79cd34e400d687930d922332d8f.zip
r10294: Generate Makefile directly rather then thru Makefile.in. Autoconf
substitution variables are now no longer used. This is one more step towards a (hopefully) perl-based configure (This used to be commit 6f9956a1dd870c0669c288b0fe72b7b1c8773dd0)
Diffstat (limited to 'source4/lib')
-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 4cf73bf66a..87e0779007 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
- @CPP="$(CPP)" $(PERL) pidl/pidl --header --outputdir=lib/registry --tdr-header --tdr-parser -- lib/registry/regf.idl
+ @CPP="$(CPP)" pidl/pidl $(PIDL_ARGS) --header --outputdir=lib/registry --tdr-header --tdr-parser -- lib/registry/regf.idl
################################################
# Start MODULE registry_w95