]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Mark installed shared library as executable.
authorMike Pall <mike>
Wed, 31 Aug 2011 09:56:40 +0000 (11:56 +0200)
committerMike Pall <mike>
Wed, 31 Aug 2011 09:56:40 +0000 (11:56 +0200)
Makefile

index c8d3429536f569a3f4d671343c9a0f2aeaa2a9bf..6c5cfcfcff45a9389b12b6030e8618eb855878ef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ install: $(INSTALL_DEP)
        cd src && test -f $(FILE_A) && $(INSTALL_F) $(FILE_A) $(INSTALL_STATIC) || :
        $(RM) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2)
        cd src && test -f $(FILE_SO) && \
-         $(INSTALL_F) $(FILE_SO) $(INSTALL_DYN) && \
+         $(INSTALL_X) $(FILE_SO) $(INSTALL_DYN) && \
          $(LDCONFIG) $(INSTALL_LIB) && \
          $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) && \
          $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || :