From 5ea627270062f4fd59de3468dfef1fbbc5f1c255 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 7 Nov 2006 08:19:57 +0000 Subject: [PATCH] You run perl, not make, on Makefile.PL files. svn path=/trunk/; revision=19851 --- epan/dissectors/pidl/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/pidl/README b/epan/dissectors/pidl/README index 2ba77db6d1..a195002f2f 100644 --- a/epan/dissectors/pidl/README +++ b/epan/dissectors/pidl/README @@ -12,7 +12,7 @@ which is basically every time you do an svn up in the Wireshark toplevel dir. In order to build, install yapp (on Suse, the rpm is named perl-Parse-Yapp), then do -make Makefile.PL && make && && make install +perl Makefile.PL && make && && make install This will build and install the binaries and the manpage (pidl.1).