summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/makedist.mk
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-03-19 19:31:45 +0000
committerGordon Sim <gsim@apache.org>2009-03-19 19:31:45 +0000
commit5fe1048b6a04875a4e8dde3aa37e55725cc79832 (patch)
treec4a6ba38f805ab9eb1b9cc5bd3e42782d3114234 /qpid/cpp/examples/makedist.mk
parent8f6ebc6cbcd74102bdaf56958fcdff56ce490b5b (diff)
downloadqpid-python-5fe1048b6a04875a4e8dde3aa37e55725cc79832.tar.gz
QPID-1740: corrected some whitespace issues and esnured the subdirs var is processed at the right time
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@756148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/makedist.mk')
-rw-r--r--qpid/cpp/examples/makedist.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/makedist.mk b/qpid/cpp/examples/makedist.mk
index 7cbf7d4c86..47503a5e67 100644
--- a/qpid/cpp/examples/makedist.mk
+++ b/qpid/cpp/examples/makedist.mk
@@ -18,6 +18,6 @@ $(MAKEDIST): Makefile
echo all: $(noinst_PROGRAMS) ; \
echo ; \
echo clean: ; \
- echo " rm -f $(noinst_PROGRAMS)" ; \
+ echo " rm -f $(noinst_PROGRAMS)" ; \
) > $(MAKEDIST)