diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-22 00:06:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:18 -0500 |
commit | 2280017bbd8c21f4dc00f28692f57fe0692fcd8a (patch) | |
tree | f0a88dc4928f64d55cadc411403dec3ce94f8f3d /source4/pidl/Makefile.PL | |
parent | 390924883f7b0f869669e68fc798167c5a574092 (diff) | |
download | samba-2280017bbd8c21f4dc00f28692f57fe0692fcd8a.tar.gz samba-2280017bbd8c21f4dc00f28692f57fe0692fcd8a.tar.xz samba-2280017bbd8c21f4dc00f28692f57fe0692fcd8a.zip |
r9462: Fix locations for generating the yapp files
(This used to be commit 714f96b9bf2c6271f23bfcd35c58d5bf7b29aae2)
Diffstat (limited to 'source4/pidl/Makefile.PL')
-rwxr-xr-x | source4/pidl/Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/pidl/Makefile.PL b/source4/pidl/Makefile.PL index efa94dc0689..fa250cabc33 100755 --- a/source4/pidl/Makefile.PL +++ b/source4/pidl/Makefile.PL @@ -9,8 +9,8 @@ WriteMakefile( sub MY::postamble { <<'EOT'; -Parse/Pidl/IDL.pm :: idl.yp - yapp -s -m 'Parse::Pidl::IDL' -o 'Parse/Pidl/IDL.pm' idl.yp +lib/Parse/Pidl/IDL.pm :: idl.yp + yapp -s -m 'Parse::Pidl::IDL' -o 'lib/Parse/Pidl/IDL.pm' idl.yp doc: pidl.1 pidl.1.html |