summaryrefslogtreecommitdiff
path: root/source4/pidl/Makefile.PL
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-22 00:06:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:34:18 -0500
commit2280017bbd8c21f4dc00f28692f57fe0692fcd8a (patch)
treef0a88dc4928f64d55cadc411403dec3ce94f8f3d /source4/pidl/Makefile.PL
parent390924883f7b0f869669e68fc798167c5a574092 (diff)
downloadsamba-2280017bbd8c21f4dc00f28692f57fe0692fcd8a.tar.gz
samba-2280017bbd8c21f4dc00f28692f57fe0692fcd8a.tar.bz2
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-xsource4/pidl/Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/pidl/Makefile.PL b/source4/pidl/Makefile.PL
index efa94dc068..fa250cabc3 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