From 7c13e51576949dd3bc2297572170645f402536f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Tue, 29 Sep 1998 18:51:03 +0200 Subject: [PATCH] Fixed a few more bugs in the install target. Rev: src/Makefile.in:1.120 --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index faf0f0de43..8f049d3e8c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.119 1998/09/29 14:30:19 grubba Exp $ +# $Id: Makefile.in,v 1.120 1998/09/29 16:51:03 grubba Exp $ # # This line is needed on some machines. @@ -320,7 +320,7 @@ install: pike hilfe pike-module aclocal @if [ -d "$(MANDIR_SRC)/." ]; then \ echo ; echo "Installing manual pages..."; \ for f in `cd "$(MANDIR_SRC)/"; echo *.1`; do \ - dest = "$(man_prefix)/man1/$$f"; \ + dest="$(man_prefix)/man1/$$f"; \ if cmp "$$dest" "$(MANDIR_SRC)/$$f" >/dev/null 2>&1 ; \ then : ; else \ echo "$$dest"; \ -- GitLab