# HG changeset patch # User Mychaela Falconia # Date 1693808087 0 # Node ID 2e84619e742283c74ecfaea7eb9b9a85b5559aee # Parent 434806360d91400ab50e18455754704f42e79b07 fteeprom/Makefile: implement INSTALL_PREFIX diff -r 434806360d91 -r 2e84619e7422 fteeprom/Makefile --- 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}