aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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