summaryrefslogtreecommitdiffstats
path: root/config/examples.am
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-03-19 17:34:31 (GMT)
committerGitHub <noreply@github.com>2023-03-19 17:34:31 (GMT)
commit0704abae0cb5747cfbc168c41d4f40176944dccd (patch)
treef5c06e42211bb6cc2040aecd97d7d1e3f8aa133a /config/examples.am
parent16a090486b984f6d9e2abf04c1817dfcfeacc7ce (diff)
downloadhdf5-0704abae0cb5747cfbc168c41d4f40176944dccd.zip
hdf5-0704abae0cb5747cfbc168c41d4f40176944dccd.tar.gz
hdf5-0704abae0cb5747cfbc168c41d4f40176944dccd.tar.bz2
Remove bin/mkdirs and bin/newer (#2593)
As in develop
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.