From 3f6c66cb990314c82a4a9ce049c352c66bf77cdf Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 19 Mar 2009 19:31:45 +0000 Subject: 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/qpid@756148 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/examples/Makefile.am') diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index ea93adca54..a272b99c60 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 -- cgit v1.2.1