From f795efe58118d15b5f74b4da361e5a6416f913c6 Mon Sep 17 00:00:00 2001 From: Karsten Ohme Date: Wed, 19 Jun 2019 07:51:16 +0200 Subject: Corrected call for updating ABI files Signed-off-by: Karsten Ohme --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 71a38c6174..79cb59eb7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,14 +103,14 @@ abi-check-latest: lib/libgnutls.la libdane/libgnutls-dane.la @echo "Checking whether the latest ABI dump matches" @abidiff --suppressions $(ABIGNORE_FILE) lib/.libs/libgnutls.so $(LIBGNUTLS_ABI_LAST_FILE) --hd2 "$(srcdir)/lib/includes/gnutls/"; if test $$? != 0;then \ echo "*********************************************************"; \ - echo "libgnutls ABI has changed; use 'make-files-update' "; \ + echo "libgnutls ABI has changed; use 'make files-update' "; \ echo "and use 'git diff' to check correctness before committing"; \ echo "*********************************************************"; \ false; \ fi @abidiff libdane/.libs/libgnutls-dane.so $(LIBDANE_ABI_LAST_FILE) --hd2 "$(srcdir)/libdane/includes/gnutls/"; if test $$? != 0;then \ echo "*********************************************************"; \ - echo "libgnutls-dane ABI has changed; use 'make-files-update' "; \ + echo "libgnutls-dane ABI has changed; use 'make files-update' "; \ echo "and use 'git diff' to check correctness before committing"; \ echo "*********************************************************"; \ false; \ @@ -158,7 +158,7 @@ symbol-check: lib/libgnutls.la false; \ else \ echo "*************************************************************"; \ - echo "Symbols were added in the library; use 'make-files-update' "; \ + echo "Symbols were added in the library; use 'make files-update' "; \ echo "and use 'git diff' to check correctness before committing "; \ echo "*************************************************************"; \ false; \ -- cgit v1.2.1