diff options
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 71905f8..61f1884 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -810,7 +810,10 @@ uninstall-am: uninstall-info-am # exists. .PHONY: build-check-clean build-check-p build-check-s build-lib build-progs \ build-tests check-clean check-install check-p check-s check-vfd \ - install-doc lib progs tests uninstall-doc _exec_check-s _test + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # fflush2 depends on files created by fflush1 fflush2.chkexe_: fflush1.chkexe_ |