Skip to content
Snippets Groups Projects
Commit 872adf9d authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

bugfix

Rev: src/Makefile.in:1.66
parent e898adb2
Branches
Tags
No related merge requests found
#
# $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; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment