THRIFT-199. perl: Let "make distclean" work when we are not using Perl
authorDavid Reiss <dreiss@apache.org>
Wed, 11 Feb 2009 01:11:54 +0000 (01:11 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 11 Feb 2009 01:11:54 +0000 (01:11 +0000)
commit067c9aff285f3922d3e13b46ca52e4ec8c68b586
tree42d1999169456ac5e015f41893d20f7321ce6aa3
parent035aed90c0a7e54cd9e0f2ac70dc7c1bb303a4b0
THRIFT-199. perl: Let "make distclean" work when we are not using Perl

When configure is run with --without-perl, lib/perl/Makefile.am cannot
generate Makefile-perl.mk.  However, "make distclean" still runs, so
the clean-local target fails.  This version just silently does nothing
when Perl is not being used.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@743190 13f79535-47bb-0310-9956-ffa450edef68
lib/perl/Makefile.am