summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-06-23 13:39:33 +0000
committerAlan Conway <aconway@apache.org>2008-06-23 13:39:33 +0000
commit7c28f2de84d72c843f9aa113aa0e1e8ce3aef4d5 (patch)
treea79a13c4d0fa73d8003e19ba27b8ccdd1d7c9907 /qpid/cpp/examples/Makefile.am
parent55095a8da7c0f4e86bb629fd87e122a214641c18 (diff)
downloadqpid-python-7c28f2de84d72c843f9aa113aa0e1e8ce3aef4d5.tar.gz
Fix build problems in examples on older automakes
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@670568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/Makefile.am')
-rw-r--r--qpid/cpp/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am
index be37213d67..6c3cc4c745 100644
--- a/qpid/cpp/examples/Makefile.am
+++ b/qpid/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)