diff options
Diffstat (limited to 'hl/fortran')
-rw-r--r-- | hl/fortran/Makefile.in | 8 | ||||
-rw-r--r-- | hl/fortran/examples/Makefile.in | 8 | ||||
-rw-r--r-- | hl/fortran/src/Makefile.in | 8 | ||||
-rw-r--r-- | hl/fortran/test/Makefile.in | 8 |
4 files changed, 4 insertions, 28 deletions
diff --git a/hl/fortran/Makefile.in b/hl/fortran/Makefile.in index 7812030..51dfe3d 100644 --- a/hl/fortran/Makefile.in +++ b/hl/fortran/Makefile.in @@ -646,12 +646,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 @@ -723,7 +717,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/fortran/examples/Makefile.in b/hl/fortran/examples/Makefile.in index f535083..14b34db 100644 --- a/hl/fortran/examples/Makefile.in +++ b/hl/fortran/examples/Makefile.in @@ -520,12 +520,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 @@ -613,7 +607,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/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index fa0f8ff..e73d461 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -664,12 +664,6 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \ uninstall-libLTLIBRARIES 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 @@ -756,7 +750,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/fortran/test/Makefile.in b/hl/fortran/test/Makefile.in index e757955..521d214 100644 --- a/hl/fortran/test/Makefile.in +++ b/hl/fortran/test/Makefile.in @@ -614,12 +614,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 @@ -675,7 +669,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. |