diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-22 01:40:24 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-22 01:40:24 +0000 |
commit | 3f2598abad168b6bdf679cdd25fe0064ad198236 (patch) | |
tree | 90c09911919867f2ba6a333012b4d41b4b855365 /source4/build/pidl/Makefile | |
parent | 2ca65a99c77d6d119617c330ce521a6137d71e35 (diff) | |
download | samba-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/Makefile | 2 |
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 |