]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Fix for last commit: also remove symlink on uninstall.
authorMike Pall <mike>
Tue, 22 Aug 2023 09:46:12 +0000 (11:46 +0200)
committerMike Pall <mike>
Tue, 22 Aug 2023 09:46:12 +0000 (11:46 +0200)
Makefile

index 0c49ec2398def71683ccf7a71e3752d0d54df196..994b81dd2a1905a78cc1f175bac0d949b06babf5 100644 (file)
--- 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