From 872adf9daf030077d2a622f71b46e39b5ead4473 Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Thu, 2 Apr 1998 16:00:11 +0200 Subject: [PATCH] bugfix Rev: src/Makefile.in:1.66 --- src/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 66c3cf9c93..141e715f6c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.65 1998/03/28 13:39:52 grubba Exp $ +# $Id: Makefile.in,v 1.66 1998/04/02 14:00:11 mirar Exp $ # # This line is needed on some machines. @@ -208,9 +208,9 @@ install: @if [ -f ./hilfe ]; then \ echo ; echo "Installing hilfe..."; \ if cmp "$(exec_prefix)/hilfe" $(TMP_BINDIR)/hilfe >/dev/null 2>&1 ; \ - then + then \ echo "$(exec_prefix)/hilfe already installed." ; \ - else + else \ if [ -f $(exec_prefix)/hilfe ]; then \ mv $(exec_prefix)/hilfe $(exec_prefix)/hilfe.old || exit 1; \ else : ; fi; \ -- GitLab