From 445c547309be252cac109e30d5795d13539f5bfb Mon Sep 17 00:00:00 2001 From: thib Date: Tue, 15 May 2001 01:19:49 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b252c09..694a9d9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.66 2001-05-15 01:17:38 thib Exp $ +# $Id: Makefile.in,v 1.67 2001-05-15 01:19:49 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -162,7 +162,11 @@ configure: configure.in # is set in the configure.in file) autoconf ./configure - $(MAKE) tar && echo "Success !" && exit 999 + $(MAKE) tar && echo "---------------------------------------------" \ + echo "Success !" && \ + echo "(Please ignore the following make error)" \ + echo "---------------------------------------------" \ + exit 999 tar: configure updatedoc vclean -- 2.40.0