diff options
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/Makefile.in | 8 | ||||
-rw-r--r-- | fortran/examples/Makefile.in | 8 | ||||
-rw-r--r-- | fortran/src/Makefile.in | 8 | ||||
-rw-r--r-- | fortran/test/Makefile.in | 8 | ||||
-rw-r--r-- | fortran/testpar/Makefile.in | 8 |
5 files changed, 5 insertions, 35 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in index 9e18ebb..40377fa 100644 --- a/fortran/Makefile.in +++ b/fortran/Makefile.in @@ -651,12 +651,6 @@ uninstall-info: uninstall-info-recursive tags tags-recursive uninstall uninstall-am 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 @@ -728,7 +722,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/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index 9699858..683996f 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -527,12 +527,6 @@ uninstall-am: uninstall-info-am uninstall-local uninstall-local -# 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 @@ -650,7 +644,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/fortran/src/Makefile.in b/fortran/src/Makefile.in index 976030a..3f94a1e 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -803,12 +803,6 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \ uninstall-settingsDATA -# 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 @@ -937,7 +931,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/fortran/test/Makefile.in b/fortran/test/Makefile.in index 6169cb0..1915660 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -806,12 +806,6 @@ uninstall-am: uninstall-info-am pdf-am ps ps-am tags uninstall uninstall-am 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 @@ -870,7 +864,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/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in index 1ab7abb..595fff5 100644 --- a/fortran/testpar/Makefile.in +++ b/fortran/testpar/Makefile.in @@ -604,12 +604,6 @@ uninstall-am: uninstall-info-am pdf-am ps ps-am tags uninstall uninstall-am 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 @@ -665,7 +659,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. |