diff --git a/src/Makefile.in b/src/Makefile.in index faf0f0de43051fa5c15fd39394dafe7648ee6c81..8f049d3e8c76dcd8c502ed136a700a1017120fe3 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"; \