diff options
| author | Mike Pall <mike> | 2011-08-31 11:56:40 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2011-08-31 11:56:40 +0200 |
| commit | 3e904ae274605bd83d21033dd0cb3dfc4afc55fc (patch) | |
| tree | 7e90c01fb7d63ddb53b87f215f63a174b4220134 | |
| parent | 32c1d4751a302dc7838659477fe8605e3c14eabb (diff) | |
| download | luajit-3e904ae274605bd83d21033dd0cb3dfc4afc55fc.tar.gz luajit-3e904ae274605bd83d21033dd0cb3dfc4afc55fc.tar.bz2 luajit-3e904ae274605bd83d21033dd0cb3dfc4afc55fc.zip | |
Mark installed shared library as executable.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -104,7 +104,7 @@ install: $(INSTALL_DEP) | |||
| 104 | cd src && test -f $(FILE_A) && $(INSTALL_F) $(FILE_A) $(INSTALL_STATIC) || : | 104 | cd src && test -f $(FILE_A) && $(INSTALL_F) $(FILE_A) $(INSTALL_STATIC) || : |
| 105 | $(RM) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2) | 105 | $(RM) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2) |
| 106 | cd src && test -f $(FILE_SO) && \ | 106 | cd src && test -f $(FILE_SO) && \ |
| 107 | $(INSTALL_F) $(FILE_SO) $(INSTALL_DYN) && \ | 107 | $(INSTALL_X) $(FILE_SO) $(INSTALL_DYN) && \ |
| 108 | $(LDCONFIG) $(INSTALL_LIB) && \ | 108 | $(LDCONFIG) $(INSTALL_LIB) && \ |
| 109 | $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) && \ | 109 | $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) && \ |
| 110 | $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || : | 110 | $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || : |
