FreeCalypso > hg > freecalypso-tools
diff target-utils/loadagent/Makefile @ 26:b301b75de0e0
install misc files into /usr/local/share/freecalypso as non-executable
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 23 Oct 2016 01:20:55 +0000 |
parents | e7502631a0f9 |
children | 2c9ea966edb9 |
line wrap: on
line diff
--- a/target-utils/loadagent/Makefile Sun Oct 23 01:00:19 2016 +0000 +++ b/target-utils/loadagent/Makefile Sun Oct 23 01:20:55 2016 +0000 @@ -30,7 +30,7 @@ install: mkdir -p ${INSTDIR} - install -c ${PROG}.srec ${INSTDIR} + install -c -m 644 ${PROG}.srec ${INSTDIR} clean: rm -f *.o *errs *core *.elf *.bin *.srec crt0.S