From c93fa934a2c330cfe1d8484822bfcc564aba4575 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Tue, 25 Mar 1997 21:17:10 +0000
Subject: [PATCH] [project @ 1997-03-25 21:17:10 by sof] if->ifeq buglet

---
 mk/config.mk.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 83b6fb190a61..28041b32d137 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
-- 
GitLab