diff --git a/libffi/ChangeLog.libffi b/libffi/ChangeLog.libffi index 11bad169..efcfc81e 100644 --- a/libffi/ChangeLog.libffi +++ b/libffi/ChangeLog.libffi @@ -1,3 +1,7 @@ +2008-02-21 Thomas Heller + + * README: Change "make test" to "make check". + 2008-02-21 Anthony Green * configure.ac: Bump version to 3.0.2. diff --git a/libffi/README b/libffi/README index b78618c5..e018dbc1 100644 --- a/libffi/README +++ b/libffi/README @@ -88,7 +88,7 @@ Configure has many other options. Use "configure --help" to see them all. Once configure has finished, type "make". Note that you must be using GNU make. You can ftp GNU make from prep.ai.mit.edu:/pub/gnu. -To ensure that libffi is working as advertised, type "make test". +To ensure that libffi is working as advertised, type "make check". To install the library and header files, type "make install".