Revision: 10544 https://osdn.net/projects/ttssh2/scm/svn/commits/10544 Author: nmaya Date: 2023-01-29 22:59:03 +0900 (Sun, 29 Jan 2023) Log Message: ----------- cygterm の Makefile で cyglaunch を make する動作を削除 ticket: #46562 ttssh2-dev 542 Ticket Links: ------------ https://osdn.net/projects/ttssh2/tracker/detail/46562 Modified Paths: -------------- trunk/cygwin/cygterm/Makefile -------------- next part -------------- Modified: trunk/cygwin/cygterm/Makefile =================================================================== --- trunk/cygwin/cygterm/Makefile 2023-01-29 13:53:07 UTC (rev 10543) +++ trunk/cygwin/cygterm/Makefile 2023-01-29 13:59:03 UTC (rev 10544) @@ -67,9 +67,6 @@ .PHONY: msys2term msys2term-clean all : $(EXE) -ifneq (,$(wildcard Makefile.cyglaunch)) - make -f Makefile.cyglaunch -endif -include $(DEP)