summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-09 10:59:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:00 -0500
commit8b5a9537250e2d55a782c40f51fbedafa3d6bee7 (patch)
tree9b6476bb9c29a64712daafba5da84a2363861cf1 /source4/lib
parent79f476a1126cc1426eb7f42d9d2b1f63051e69b1 (diff)
downloadsamba-8b5a9537250e2d55a782c40f51fbedafa3d6bee7.tar.gz
samba-8b5a9537250e2d55a782c40f51fbedafa3d6bee7.tar.bz2
samba-8b5a9537250e2d55a782c40f51fbedafa3d6bee7.zip
r10111: Make pidl by default assume the input file is an IDL file rather
then a .pidl file. (This used to be commit d8a31d3048a6421a3d49d3c121bc86d748838b3a)
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 b68046ca69..4cf73bf66a 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 --parse --tdr-header --tdr-parser -- lib/registry/regf.idl
+ @CPP="$(CPP)" $(PERL) pidl/pidl --header --outputdir=lib/registry --tdr-header --tdr-parser -- lib/registry/regf.idl
################################################
# Start MODULE registry_w95