diff options
Diffstat (limited to 'hl/tools')
-rw-r--r-- | hl/tools/Makefile.in | 8 | ||||
-rw-r--r-- | hl/tools/gif2h5/Makefile.in | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/hl/tools/Makefile.in b/hl/tools/Makefile.in index 446bf7d..64d704b 100644 --- a/hl/tools/Makefile.in +++ b/hl/tools/Makefile.in @@ -644,12 +644,6 @@ uninstall-info: uninstall-info-recursive uninstall-info-am -# check-install is a synonym for installcheck. -# Add this build rule here (rather than in conclude.am, where build rules -# normally go) because it should be included in the top-level Makefile.am -# as well. -check-install: installcheck - # List all build rules defined by HDF5 Makefiles as "PHONY" targets here. # This tells the Makefiles that these targets are not files to be built but # commands that should be executed even if a file with the same name already @@ -705,7 +699,7 @@ build-check-clean: mostlyclean-local: build-check-clean # check-install is just a synonym for installcheck - @$(MAKE) $(AM_MAKEFLAGS) installcheck +check-install: installcheck # Run each test in order, passing $(TEST_FLAGS) to the program. # Since tests are done in a shell loop, "make -i" does apply inside it. diff --git a/hl/tools/gif2h5/Makefile.in b/hl/tools/gif2h5/Makefile.in index 1c6556d..fbd61ba 100644 --- a/hl/tools/gif2h5/Makefile.in +++ b/hl/tools/gif2h5/Makefile.in @@ -649,12 +649,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-binPROGRAMS uninstall-info-am -# check-install is a synonym for installcheck. -# Add this build rule here (rather than in conclude.am, where build rules -# normally go) because it should be included in the top-level Makefile.am -# as well. -check-install: installcheck - # List all build rules defined by HDF5 Makefiles as "PHONY" targets here. # This tells the Makefiles that these targets are not files to be built but # commands that should be executed even if a file with the same name already @@ -710,7 +704,7 @@ build-check-clean: mostlyclean-local: build-check-clean # check-install is just a synonym for installcheck - @$(MAKE) $(AM_MAKEFLAGS) installcheck +check-install: installcheck # Run each test in order, passing $(TEST_FLAGS) to the program. # Since tests are done in a shell loop, "make -i" does apply inside it. |