From f52283b461059f2e1ddd0c17323e234a98e35622 Mon Sep 17 00:00:00 2001
From: j8takagi <j8takagi@nifty.com>
Date: Thu, 20 Aug 2020 16:17:07 +0900
Subject: [PATCH] =?utf8?q?Makefile=E3=81=AE=E4=BF=AE=E6=AD=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e88b56f..62cc78e 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ valgrind:
 
 install: casl2 comet2 dumpword install-info
 	$(INSTALL) -d $(bindir)
-	$(INSTALL) $(CMD) $(bindir)/
+	$(INSTALL) $(CMDFILES) $(bindir)/
 
 install-info:
 	$(MAKE) -C doc install-info
-- 
2.18.0