From 093759d528a9c3f1b69c1ff5fd46b5f52fc4d9aa Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 22 Aug 2023 11:46:12 +0200 Subject: [PATCH] Fix for last commit: also remove symlink on uninstall. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c49ec23..994b81dd 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ install: $(INSTALL_DEP) uninstall: @echo "==== Uninstalling LuaJIT $(VERSION) from $(PREFIX) ====" - $(UNINSTALL) $(INSTALL_T) $(INSTALL_STATIC) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2) $(INSTALL_MAN)/$(FILE_MAN) $(INSTALL_PC) + $(UNINSTALL) $(INSTALL_TYSM) $(INSTALL_T) $(INSTALL_STATIC) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2) $(INSTALL_MAN)/$(FILE_MAN) $(INSTALL_PC) for file in $(FILES_JITLIB); do \ $(UNINSTALL) $(INSTALL_JITLIB)/$$file; \ done