aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2023-08-22 11:46:12 +0200
committerMike Pall <mike>2023-08-22 11:46:12 +0200
commit093759d528a9c3f1b69c1ff5fd46b5f52fc4d9aa (patch)
tree1b65d221986aaa10e384ab5e9d0c7feee1e96e6b /Makefile
parent748ab9d90a4a8c2d60ce099bffcea1fa524f9db2 (diff)
downloadluajit-093759d528a9c3f1b69c1ff5fd46b5f52fc4d9aa.tar.gz
luajit-093759d528a9c3f1b69c1ff5fd46b5f52fc4d9aa.tar.bz2
luajit-093759d528a9c3f1b69c1ff5fd46b5f52fc4d9aa.zip
Fix for last commit: also remove symlink on uninstall.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c49ec23..994b81dd 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ install: $(INSTALL_DEP)
147 147
148uninstall: 148uninstall:
149 @echo "==== Uninstalling LuaJIT $(VERSION) from $(PREFIX) ====" 149 @echo "==== Uninstalling LuaJIT $(VERSION) from $(PREFIX) ===="
150 $(UNINSTALL) $(INSTALL_T) $(INSTALL_STATIC) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2) $(INSTALL_MAN)/$(FILE_MAN) $(INSTALL_PC) 150 $(UNINSTALL) $(INSTALL_TYSM) $(INSTALL_T) $(INSTALL_STATIC) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2) $(INSTALL_MAN)/$(FILE_MAN) $(INSTALL_PC)
151 for file in $(FILES_JITLIB); do \ 151 for file in $(FILES_JITLIB); do \
152 $(UNINSTALL) $(INSTALL_JITLIB)/$$file; \ 152 $(UNINSTALL) $(INSTALL_JITLIB)/$$file; \
153 done 153 done