diff options
| author | Gordon Sim <gsim@apache.org> | 2009-03-19 19:31:45 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-03-19 19:31:45 +0000 |
| commit | 3f6c66cb990314c82a4a9ce049c352c66bf77cdf (patch) | |
| tree | dcc942ff633e9b5cdc3c566242be31a379450776 /cpp/examples/Makefile.am | |
| parent | 478b50975afcfcd5b4b3cb933c6d1573fcc76ab1 (diff) | |
| download | qpid-python-3f6c66cb990314c82a4a9ce049c352c66bf77cdf.tar.gz | |
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
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 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 |
