*** empty log message ***
authorroot <root>
Tue, 27 Dec 2005 11:30:29 +0000 (11:30 +0000)
committerroot <root>
Tue, 27 Dec 2005 11:30:29 +0000 (11:30 +0000)
INSTALL
Makefile.in

diff --git a/INSTALL b/INSTALL
index 4f57be25f165f383290f17e0bf844087040adb0e..0de4544d2adb9c21c93f8480f9662d83963b108d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -49,13 +49,10 @@ The simplest way to compile this package is:
 
   2. Type `make' to compile the package.
 
-  3. Optionally, type `make check' to run any self-tests that come with
-     the package.
-
-  4. Type `make install' to install the programs and any data files and
+  3. Type `make install' to install the programs and any data files and
      documentation.
 
-  5. You can remove the program binaries and object files from the
+  4. You can remove the program binaries and object files from the
      source code directory by typing `make clean'.  To also remove the
      files that `configure' created (so you can compile the package for
      a different kind of computer), type `make distclean'.  There is
index 4a7390937e636774da39ec29bfe8285b801da6c7..a235f8cde7ec2b84a2d05945038d408b5c24491f 100644 (file)
@@ -65,6 +65,9 @@ installdirs:
 install: installdirs
        @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@) || exit 1; done
 
+check: all
+       echo "no tests"
+
 Makefiles:
        $(SHELL) config.status