summaryrefslogtreecommitdiff
path: root/cpp/rpm
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-01-25 14:26:45 +0000
committerAlan Conway <aconway@apache.org>2007-01-25 14:26:45 +0000
commitf5038f13d14d99e2b96482e3536ce3312703a56b (patch)
treefd044893f49c0f0619d0c029e610aae34f269e99 /cpp/rpm
parent7ea5b4869a16aa34904cb322e3592bedbe43af58 (diff)
downloadqpid-python-f5038f13d14d99e2b96482e3536ce3312703a56b.tar.gz
* Removed .txt extension from README NOTICE LICENSE to follow common practice.
* Updated all references to .txt files. * rpm/Makefile.am: Fixed local-clean target to clean up generaed directories. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499803 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rpm')
-rw-r--r--cpp/rpm/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/rpm/Makefile.am b/cpp/rpm/Makefile.am
index 7b240c6375..1a713ee65f 100644
--- a/cpp/rpm/Makefile.am
+++ b/cpp/rpm/Makefile.am
@@ -7,8 +7,8 @@
SPEC=${top_srcdir}/qpidc.spec
RPMOPTS=--define "_sourcedir ${abs_top_srcdir}" --define "_topdir ${abs_builddir}"
-clean:
- rm -rf BUILD RPMS SOURCES SPECS SRPMS
+clean-local:
+ -rm -rf BUILD RPMS SOURCES SPECS SRPMS
.PHONY: rpm srpm dist