X-Git-Url: https://code.delx.au/refind/blobdiff_plain/32a568bce8db689a5428ebf2257bb04b9d66958e..9b877e67c541f1c08950930a0ad8e0c6ee2ea2e9:/refind/Makefile?ds=sidebyside diff --git a/refind/Makefile b/refind/Makefile index 844c443..9b74ccc 100644 --- a/refind/Makefile +++ b/refind/Makefile @@ -35,6 +35,7 @@ include $(SRCDIR)/../Make.common $(TARGET): $(SHLIB_TARGET) $(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic -j .dynsym -j .rel \ -j .rela -j .reloc --target=$(FORMAT) $< $@ + chmod a-x $(TARGET) # EOF # DO NOT DELETE