summaryrefslogtreecommitdiff
path: root/cpp/examples
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
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')
-rw-r--r--cpp/examples/Makefile.am2
-rw-r--r--cpp/examples/makedist.mk10
2 files changed, 6 insertions, 6 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
diff --git a/cpp/examples/makedist.mk b/cpp/examples/makedist.mk
index 47503a5e67..391ddf47e7 100644
--- a/cpp/examples/makedist.mk
+++ b/cpp/examples/makedist.mk
@@ -11,13 +11,13 @@ MAKEDIST=.libs/Makefile
$(MAKEDIST): Makefile
mkdir -p .libs
- @(echo CXX=$(CXX) ; \
- echo CXXFLAGS=$(CXXFLAGS) ; \
- echo LDFLAGS=$(MAKELDFLAGS) ; \
- echo ; \
+ @(echo CXX=$(CXX) ; \
+ echo CXXFLAGS=$(CXXFLAGS) ; \
+ echo LDFLAGS=$(MAKELDFLAGS) ; \
+ echo ; \
echo all: $(noinst_PROGRAMS) ; \
echo ; \
echo clean: ; \
- echo " rm -f $(noinst_PROGRAMS)" ; \
+ echo " rm -f $(noinst_PROGRAMS)" ; \
) > $(MAKEDIST)