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/Makefile.am | |
| 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/Makefile.am')
| -rw-r--r-- | cpp/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 |
