diff options
author | Douglas Gregor <doug.gregor@gmail.com> | 2007-05-09 22:09:46 +0000 |
---|---|---|
committer | Douglas Gregor <doug.gregor@gmail.com> | 2007-05-09 22:09:46 +0000 |
commit | 390bb5cc3423874f6c83b821d54351e7e93893d3 (patch) | |
tree | 2d60ce91ad737078b7d8bbfde84329a7361d919a | |
parent | 6d0f403485d7e5bbc6e55becec0ba1de3d9c6b2a (diff) | |
download | boost-390bb5cc3423874f6c83b821d54351e7e93893d3.tar.gz |
make make check work
[SVN r37654]
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ distclean: clean rm -rf Makefile config.log check: .dummy - @cd status && ../\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam test || echo "Some Boost regression tests failed. This is normal." + @cd status && ../\$(BJAM) \$(BJAM_CONFIG) --user-config=../user-config.jam || echo "Some Boost regression tests failed. This is normal for many compilers." install: .dummy @echo "\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) \$(LIBS) install" |