diff rvinterf/lowlevel/Makefile @ 473:90d7c360a614

main tree Makefile hierarchy: INSTALL_PREFIX= scheme implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Feb 2019 05:06:15 +0000
parents 6f078c4a5506
children d43dc6dfb44c
line wrap: on
line diff
--- a/rvinterf/lowlevel/Makefile	Tue Feb 12 00:30:37 2019 +0000
+++ b/rvinterf/lowlevel/Makefile	Wed Feb 13 05:06:15 2019 +0000
@@ -1,9 +1,12 @@
 CC=	gcc
 CFLAGS=	-O2
 PROGS=	rvtdump rvinterf tfc139
-INSTBIN=/opt/freecalypso/bin
 LIBS=	../../libserial/libserial.a ../libg23/libg23.a
 
+INSTALL_PREFIX=	/opt/freecalypso
+
+INSTBIN=${INSTALL_PREFIX}/bin
+
 RVTDUMP_OBJS=	format.o format_fc.o output.o packetrx.o rvtdump.o
 
 RVINTERF_OBJS=	clientcmd.o format.o format_fc.o localsock.o logsent.o \