diff scripts/Makefile @ 25:2a19b44c272e

convert to new ThemWi configure and build system
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 21 May 2024 01:59:17 +0000
parents b8d8f8a3cdb7
children
line wrap: on
line diff
--- a/scripts/Makefile	Sat Sep 02 19:45:47 2023 +0000
+++ b/scripts/Makefile	Tue May 21 01:59:17 2024 +0000
@@ -1,13 +1,11 @@
 SCRIPTS=gen-sms-deliver-pdu sms-deliver-pdu-hdr
 
-INSTALL_PREFIX=	/opt/freecalypso
-
-INSTBIN=${INSTALL_PREFIX}/bin
+include ../config.defs
 
 all:
 
 install:
-	mkdir -p ${INSTBIN}
-	install -c ${SCRIPTS} ${INSTBIN}
+	mkdir -p ${DESTDIR}${bindir}
+	install -c ${SCRIPTS} ${DESTDIR}${bindir}
 
 clean: