FreeCalypso > hg > fc-usbser-tools
diff fteeprom/Makefile @ 4:2e84619e7422
fteeprom/Makefile: implement INSTALL_PREFIX
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 04 Sep 2023 06:14:47 +0000 |
parents | 11b8a30333b3 |
children | b2c891299e83 |
line wrap: on
line diff
--- a/fteeprom/Makefile Sun Sep 03 18:24:27 2023 +0000 +++ b/fteeprom/Makefile Mon Sep 04 06:14:47 2023 +0000 @@ -2,7 +2,10 @@ CFLAGS= -O2 PROGS= ftee-gen2232c ftee-gen2232h ftee-gen232r ftee-mkblank fteeprom-erase \ fteeprom-prog fteeprom-read -INSTBIN=/opt/freecalypso/bin + +INSTALL_PREFIX= /opt/freecalypso + +INSTBIN=${INSTALL_PREFIX}/bin all: ${PROGS}