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 +- cpp/examples/makedist.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp') 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 diff --git a/cpp/examples/makedist.mk b/cpp/examples/makedist.mk index 7cbf7d4c86..47503a5e67 100644 --- a/cpp/examples/makedist.mk +++ b/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) -- cgit v1.2.1