summaryrefslogtreecommitdiff
path: root/source4/build/pidl/Makefile
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-22 01:40:24 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-22 01:40:24 +0000
commit3f2598abad168b6bdf679cdd25fe0064ad198236 (patch)
tree90c09911919867f2ba6a333012b4d41b4b855365 /source4/build/pidl/Makefile
parent2ca65a99c77d6d119617c330ce521a6137d71e35 (diff)
downloadsamba-3f2598abad168b6bdf679cdd25fe0064ad198236.tar.gz
samba-3f2598abad168b6bdf679cdd25fe0064ad198236.tar.bz2
samba-3f2598abad168b6bdf679cdd25fe0064ad198236.zip
added Parse::RecDescent module into pidl to ensure we all use the same
version. This should fix the problems Richard was seeing. (This used to be commit 76c24a5cb09b096a9cb490f3bb42af0b9d0f5fa9)
Diffstat (limited to 'source4/build/pidl/Makefile')
-rw-r--r--source4/build/pidl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/Makefile b/source4/build/pidl/Makefile
index 2ddf28389b..fd0ac4f857 100644
--- a/source4/build/pidl/Makefile
+++ b/source4/build/pidl/Makefile
@@ -1,5 +1,5 @@
idl.pm: idl.gram
- perl -MParse::RecDescent - idl.gram idl
+ perl -Ilib -MParse::RecDescent - idl.gram idl
clean:
rm -f idl.pm