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 | |
| 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')
| -rw-r--r-- | cpp/examples/Makefile.am | 2 | ||||
| -rw-r--r-- | cpp/examples/makedist.mk | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/cpp/examples/makedist.mk b/cpp/examples/makedist.mk index 7cbf7d4c86..47503a5e67 100644 --- a/cpp/examples/makedist.mk +++ b/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) |
