From: j8takagi <j8takagi@nifty.com>
Date: Fri, 18 Jun 2021 07:21:26 +0000 (+0900)
Subject: Makefileの修正
X-Git-Tag: v0.5p23~1
X-Git-Url: https://www.j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f2ea859edcc5da2ecf6cbc3d016f7e8592dfb9d;p=YACASL2.git

Makefileの修正
---

diff --git a/Makefile b/Makefile
index b16f6da..6397760 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ smoke-valgrind:
 valgrind:
 	$(MAKE) -sC test/system valgrind
 
-install: casl2 comet2 dumpword install-info
+install: $(CMDFILES) install-info
 	$(INSTALL) -d $(bindir)
 	$(INSTALL) $(CMDFILES) $(bindir)/