# HG changeset patch # User Mychaela Falconia # Date 1477459962 0 # Node ID 2c9ea966edb99cde792cf868e70876aa3aa09f88 # Parent 7ecb70b0ac3606a1c5fa4a85b3139af9c2adcad1 target-utils/{compalstage,loadagent}/Makefile: move to /opt/freecalypso diff -r 7ecb70b0ac36 -r 2c9ea966edb9 target-utils/compalstage/Makefile --- a/target-utils/compalstage/Makefile Wed Oct 26 01:59:32 2016 +0000 +++ b/target-utils/compalstage/Makefile Wed Oct 26 05:32:42 2016 +0000 @@ -3,7 +3,7 @@ TARGETS=compalstage-plain.bin compalstage-thumb.bin compalstage-1003.bin \ compalstage-1004.bin -INSTDIR=/usr/local/share/freecalypso +INSTDIR=/opt/freecalypso/target-bin all: ${TARGETS} diff -r 7ecb70b0ac36 -r 2c9ea966edb9 target-utils/loadagent/Makefile --- a/target-utils/loadagent/Makefile Wed Oct 26 01:59:32 2016 +0000 +++ b/target-utils/loadagent/Makefile Wed Oct 26 05:32:42 2016 +0000 @@ -4,7 +4,7 @@ LD= arm-elf-ld OBJCOPY=arm-elf-objcopy -INSTDIR=/usr/local/share/freecalypso +INSTDIR=/opt/freecalypso/target-bin PROG= loadagent OBJS= crt0.o cmdtab.o main.o mygetchar.o