diff options
Diffstat (limited to 'c++/test')
-rw-r--r-- | c++/test/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in index 5f70a1a..63610c6 100644 --- a/c++/test/Makefile.in +++ b/c++/test/Makefile.in @@ -642,7 +642,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 # Some C++ compilers/linkers (PGI?) create a directory named "ii_files" that # holds *.ii files, which are template entity instantiations. |