summaryrefslogtreecommitdiff
path: root/qpid
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-01-08 19:46:14 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-01-08 19:46:14 +0000
commit390e9696e0901c5aebbfbab86771ec51bf112450 (patch)
treee4944b53095a289a33a5a3cbdbf0287f44308281 /qpid
parent423c8948717cdb764ea43f633aa93270ea5f9b1f (diff)
downloadqpid-python-390e9696e0901c5aebbfbab86771ec51bf112450.tar.gz
NO-JIRA: Removed Makefile.PL from DISTCLEANFILES in Autotools.
The file used to be generated, but is not any longer. So the file never needs to be deleted when cleaning up. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1430464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r--qpid/cpp/bindings/qpid/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qpid/Makefile.am b/qpid/cpp/bindings/qpid/Makefile.am
index 93510ad46d..aace6f2d95 100644
--- a/qpid/cpp/bindings/qpid/Makefile.am
+++ b/qpid/cpp/bindings/qpid/Makefile.am
@@ -70,7 +70,6 @@ maintainer-clean-local:
$(PERL) maintainer-clean ; \
cd ..
-DISTCLEANFILES = perl/Makefile.PL
CLEANFILES = perl/cqpid_perl.cpp perl/Makefile.old perl/cqpid_perl.pm
endif