summaryrefslogtreecommitdiffstats
path: root/config/examples.am
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-09 17:20:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-09 17:20:05 (GMT)
commitdc9774a6424eea7323771d84c2bf86fcca7f1ea8 (patch)
treed8f15b361b1e3a40d6be1c15f709b13d139e0fbf /config/examples.am
parent6b9f11d7a656504226632c59b42b6b2f7ec52453 (diff)
downloadhdf5-dc9774a6424eea7323771d84c2bf86fcca7f1ea8.zip
hdf5-dc9774a6424eea7323771d84c2bf86fcca7f1ea8.tar.gz
hdf5-dc9774a6424eea7323771d84c2bf86fcca7f1ea8.tar.bz2
Whitespace cleanup compared to develop
Diffstat (limited to 'config/examples.am')
-rw-r--r--config/examples.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/examples.am b/config/examples.am
index 247dfa8..e06f4ea 100644
--- a/config/examples.am
+++ b/config/examples.am
@@ -33,7 +33,7 @@
## INSTALL_TOP_FILES
##
## EXAMPLEDIR
-## The directory into which examples should be installed.
+## The directory into which examples should be installed.
##
## Build rules for $(EXTRA_PROG).
## Dependencies for example programs.
@@ -62,7 +62,7 @@ install-data-local:
uninstall-local:
@$(MAKE) $(AM_MAKEFLAGS) uninstall-examples
-install-examples: $(EXAMPLEDIR) $(INSTALL_FILES)
+install-examples: $(EXAMPLEDIR) $(INSTALL_FILES)
@for f in X $(INSTALL_FILES); do \
if test $$f != X; then \
(set -x; $(INSTALL) $(srcdir)/$$f $(EXAMPLEDIR)/. || exit 1); \
@@ -109,7 +109,7 @@ installcheck-local:
H5CCFLAGS="-shlib" $(MAKE) $(AM_MAKEFLAGS) check; \
else \
$(MAKE) $(AM_MAKEFLAGS) check; \
- fi
+ fi
@if test "$(INSTALL_FILES)" -a $(TEST_EXAMPLES_SCRIPT) -a -d $(EXAMPLEDIR); then \
echo "============================"; \
echo "Testing $(TEST_EXAMPLES_SCRIPT)"; \