changeset 4:2e84619e7422

fteeprom/Makefile: implement INSTALL_PREFIX
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Sep 2023 06:14:47 +0000
parents 434806360d91
children 0dfb68c59838
files fteeprom/Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
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}