diff options
author | Gordon Sim <gsim@apache.org> | 2009-03-20 08:54:01 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-03-20 08:54:01 +0000 |
commit | ad8bbfb1fe6aba57887450fa23af36e3e9575875 (patch) | |
tree | 43555c71621cfbfcbf3c4e33e5aabb40e2fb8284 /cpp/examples | |
parent | de813471685baee94bd020fce181b6dc697ef4f9 (diff) | |
download | qpid-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.am | 2 | ||||
-rw-r--r-- | cpp/examples/makedist.mk | 10 |
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) |