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 | fa0b0787aa9fb5357737fa7bd85c8327d34ea689 (patch) | |
| tree | 45ef47d1ebec10080da0e3c39d757b5739fbe97b /qpid/cpp/examples/Makefile.am | |
| parent | c7cc1d960a6bc6f533f30c58a1b30b84927955d5 (diff) | |
| download | qpid-python-fa0b0787aa9fb5357737fa7bd85c8327d34ea689.tar.gz | |
QPID-1740: further whitespace cleanup
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@756376 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/Makefile.am')
| -rw-r--r-- | qpid/cpp/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index a272b99c60..f23f3ee9e0 100644 --- a/qpid/cpp/examples/Makefile.am +++ b/qpid/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 |
