summaryrefslogtreecommitdiff
path: root/cpp/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/examples/Makefile.am')
-rw-r--r--cpp/examples/Makefile.am2
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)