diff options
| author | Alan Conway <aconway@apache.org> | 2008-06-23 13:39:33 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-06-23 13:39:33 +0000 |
| commit | 2fdfa6302be99cd1e413fe0ad0b4777a8529c798 (patch) | |
| tree | 47adc742f9178d679d4895848acd9be309346be5 /cpp/examples/Makefile.am | |
| parent | 476fa9e1bd2bde055b6fb436ca093d60e559cb47 (diff) | |
| download | qpid-python-2fdfa6302be99cd1e413fe0ad0b4777a8529c798.tar.gz | |
Fix build problems in examples on older automakes
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@670568 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 be37213d67..6c3cc4c745 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -6,7 +6,7 @@ endif MAKEDIST=.libs/Makefile SUBMAKE=' for d in $(SUBDIRS) ; do $$(MAKE) -C $$$$d $$@ ; done' $(MAKEDIST): Makefile - @$(MKDIR_P) .libs + mkdir -p .libs @$(ECHO) all: > $(MAKEDIST) @$(ECHO) $(SUBMAKE) >> $(MAKEDIST) @$(ECHO) clean: >> $(MAKEDIST) |
