summaryrefslogtreecommitdiffstats
path: root/config/examples.am
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-07 15:08:33 (GMT)
committerGitHub <noreply@github.com>2023-06-07 15:08:33 (GMT)
commit37efa90085f6c34db6d5947f3320c3d519ee3653 (patch)
tree8991488b2082e2538143089775db861b4d7cd64e /config/examples.am
parent8304ce006ed06807545a15998bbe782c663afd2f (diff)
downloadhdf5-37efa90085f6c34db6d5947f3320c3d519ee3653.zip
hdf5-37efa90085f6c34db6d5947f3320c3d519ee3653.tar.gz
hdf5-37efa90085f6c34db6d5947f3320c3d519ee3653.tar.bz2
Remove unused cruft from bin dir (#3071)
Diffstat (limited to 'config/examples.am')
-rw-r--r--config/examples.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/examples.am b/config/examples.am
index 06d8d4e..09a9a24 100644
--- a/config/examples.am
+++ b/config/examples.am
@@ -50,9 +50,9 @@ CLEANFILES=$(EXAMPLE_PROG) $(EXAMPLE_PROG_PARA)
# How to create EXAMPLEDIR if it doesn't already exist
$(EXAMPLEDIR):
- -$(top_srcdir)/bin/mkdirs $@
+ mkdir -p -m 755 $@
$(EXAMPLETOPDIR):
- -$(top_srcdir)/bin/mkdirs $@
+ mkdir -p -m 755 $@
# Install and uninstall rules. We install the source files, not the
# example programs themselves.