From: sof Date: Tue, 25 Mar 1997 21:17:10 +0000 (+0000) Subject: [project @ 1997-03-25 21:17:10 by sof] X-Git-Tag: Approximately_1000_patches_recorded~714 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c93fa934a2c330cfe1d8484822bfcc564aba4575;p=ghc-hetmet.git [project @ 1997-03-25 21:17:10 by sof] if->ifeq buglet --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 83b6fb1..28041b3 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -473,7 +473,7 @@ INSTALL = @INSTALL@ # install-sh script (if chosen). This not terribly useful to us, so we convert # it into an abs. path. # -if "$(INSTALL)" ".././install-sh" +ifeq "$(INSTALL)" ".././install-sh" INSTALL = $(FPTOOLS_TOP_ABS)/install-sh endif LATEX = latex