diff --git a/Build b/Build index de5bce0ce9a29a4e4b0bdc2ab79ee7f4ff217bc4..61f33566203f6c51eac0ed294342fa3049b80146 100755 --- a/Build +++ b/Build @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: Build,v 1.8 1991/09/15 09:54:00 linus Exp $ +# $Id: Build,v 1.9 1992/01/05 18:20:38 ceder Exp $ # Copyright (C) 1991 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -23,12 +23,12 @@ # # Please mail bug reports to bug-lyskom@lysator.liu.se. # -# $Id: Build,v 1.8 1991/09/15 09:54:00 linus Exp $ +# $Id: Build,v 1.9 1992/01/05 18:20:38 ceder Exp $ date make depend \ && echo '*** Depend ready. Making libraries. ***' \ && make libraries \ && echo '*** Libraries ready. Making binaries. ***' \ && make binaries \ -&& echo '*** All binaries built succesfully. Install manually.' +&& echo '*** All binaries should be built. Install manually.' date