diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-20 22:46:01 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-20 22:46:01 +0000 |
commit | 15776970a5f501cf407fbc47eb7f35705959ec1b (patch) | |
tree | ef84e7ee8ecb3a6d1fda3c636f7dc2b2fafaafa4 /source4/build/pidl/Makefile | |
parent | 20730626af0b1aee6149fb7c537d185899ad0cef (diff) | |
download | samba-15776970a5f501cf407fbc47eb7f35705959ec1b.tar.gz samba-15776970a5f501cf407fbc47eb7f35705959ec1b.tar.bz2 samba-15776970a5f501cf407fbc47eb7f35705959ec1b.zip |
we now use a copy of pidl inside the samba4 source tree at
source/build/pidl/
I imported the code using direct respository manipulation to preserve
the commit history
(This used to be commit 2ed87a52ccc343c281e29f5a18f3f99fe06beb28)
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 23de275288..2ddf28389b 100644 --- a/source4/build/pidl/Makefile +++ b/source4/build/pidl/Makefile @@ -1,4 +1,4 @@ -PIDL_idl.pm: idl.gram +idl.pm: idl.gram perl -MParse::RecDescent - idl.gram idl clean: |