# HG changeset patch # User Mychaela Falconia # Date 1615707831 0 # Node ID 53f8a1146a5642684926db5c07ed63b001c98a22 # Parent b70d35f5476f021679f8cc2c6abc89374d08b440 {simtool,uicc}/Makefile: INSTALL_PREFIX= override support diff -r b70d35f5476f -r 53f8a1146a56 simtool/Makefile --- a/simtool/Makefile Sun Mar 14 07:41:09 2021 +0000 +++ b/simtool/Makefile Sun Mar 14 07:43:51 2021 +0000 @@ -11,7 +11,10 @@ smsp_erase.o smsp_restore.o smsp_set.o sstlist.o sstprog.o stktest.o \ telsum.o usersum.o writecmd.o writeops.o LIBS= ../libcommon/libcommon.a ../libutil/libutil.a -INSTBIN=/opt/freecalypso/bin + +INSTALL_PREFIX= /opt/freecalypso + +INSTBIN=${INSTALL_PREFIX}/bin all: ${PROG} diff -r b70d35f5476f -r 53f8a1146a56 uicc/Makefile --- a/uicc/Makefile Sun Mar 14 07:41:09 2021 +0000 +++ b/uicc/Makefile Sun Mar 14 07:43:51 2021 +0000 @@ -5,7 +5,10 @@ OBJS= bfsearch.o cmdtab.o createfile.o dumpdir.o getresp.o hlread.o main.o \ pins.o readcmd.o readops.o select.o writecmd.o writeops.o LIBS= ../libcommon/libcommon.a ../libutil/libutil.a -INSTBIN=/opt/freecalypso/bin + +INSTALL_PREFIX= /opt/freecalypso + +INSTBIN=${INSTALL_PREFIX}/bin all: ${PROG}