summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/Makefile.am
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/Makefile.am
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/Makefile.am')
-rw-r--r--qpid/cpp/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am
index ea93adca54..a272b99c60 100644
--- a/qpid/cpp/examples/Makefile.am
+++ b/qpid/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