summaryrefslogtreecommitdiff
path: root/cpp/examples/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-03-20 08:54:01 +0000
committerGordon Sim <gsim@apache.org>2009-03-20 08:54:01 +0000
commitad8bbfb1fe6aba57887450fa23af36e3e9575875 (patch)
tree43555c71621cfbfcbf3c4e33e5aabb40e2fb8284 /cpp/examples/Makefile.am
parentde813471685baee94bd020fce181b6dc697ef4f9 (diff)
downloadqpid-python-ad8bbfb1fe6aba57887450fa23af36e3e9575875.tar.gz
QPID-1740: further whitespace cleanup
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@756376 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/Makefile.am')
-rw-r--r--cpp/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am
index a272b99c60..f23f3ee9e0 100644
--- a/cpp/examples/Makefile.am
+++ b/cpp/examples/Makefile.am
@@ -31,7 +31,7 @@ MAKEDIST=.libs/Makefile
$(MAKEDIST): Makefile
mkdir -p .libs
@(echo 'all clean:' ; \
- echo ' for d in $(SUBDIRS) ; do $$(MAKE) -C $$$$d $$@ ; done' ; \
+ echo ' for d in $(SUBDIRS) ; do $$(MAKE) -C $$$$d $$@ ; done' ; \
) > $(MAKEDIST)
examplesdir=$(pkgdatadir)/examples