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 | 5fe1048b6a04875a4e8dde3aa37e55725cc79832 (patch) | |
| tree | c4a6ba38f805ab9eb1b9cc5bd3e42782d3114234 /qpid/cpp/examples | |
| parent | 8f6ebc6cbcd74102bdaf56958fcdff56ce490b5b (diff) | |
| download | qpid-python-5fe1048b6a04875a4e8dde3aa37e55725cc79832.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@756148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples')
| -rw-r--r-- | qpid/cpp/examples/Makefile.am | 2 | ||||
| -rw-r--r-- | qpid/cpp/examples/makedist.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index ea93adca54..a272b99c60 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 diff --git a/qpid/cpp/examples/makedist.mk b/qpid/cpp/examples/makedist.mk index 7cbf7d4c86..47503a5e67 100644 --- a/qpid/cpp/examples/makedist.mk +++ b/qpid/cpp/examples/makedist.mk @@ -18,6 +18,6 @@ $(MAKEDIST): Makefile echo all: $(noinst_PROGRAMS) ; \ echo ; \ echo clean: ; \ - echo " rm -f $(noinst_PROGRAMS)" ; \ + echo " rm -f $(noinst_PROGRAMS)" ; \ ) > $(MAKEDIST) |
