diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-26 19:03:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-26 19:03:29 +0000 |
commit | 80cbf870229e5d5f7559f857a9d3eea992883b06 (patch) | |
tree | b0037cf0750f9328b8f2873e865ed6fa5c46c123 | |
parent | 472af17f3050937105b73069cc390b6193e4fdeb (diff) | |
download | gdb-80cbf870229e5d5f7559f857a9d3eea992883b06.zip gdb-80cbf870229e5d5f7559f857a9d3eea992883b06.tar.gz gdb-80cbf870229e5d5f7559f857a9d3eea992883b06.tar.bz2 |
comment fix
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 8a86b4e..6fd21d9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -713,8 +713,9 @@ $(ALL_MODULES) all-glob all-gui all-libproc: true; \ fi -# This rule is used to check the modules which use FLAGS_TO_PASS. To -# build a target check-X means to cd to X and make all. +# These rules are used to check the modules which use FLAGS_TO_PASS. +# To build a target check-X means to cd to X and make check. Some +# modules are only tested in a native toolchain. .PHONY: $(CHECK_MODULES) $(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES) $(NATIVE_CHECK_MODULES): |