diff Makefile.unix @ 695:f1df1cf69a38

Rename EXEEXT to BINEXT in the build system, as per changes in th-libs build system.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Jan 2020 12:40:57 +0200
parents cfbc5ddf74e5
children 1ab9b538c0bb
line wrap: on
line diff
--- a/Makefile.unix	Sun Jan 05 20:48:15 2020 +0200
+++ b/Makefile.unix	Mon Jan 06 12:40:57 2020 +0200
@@ -12,9 +12,9 @@
 ##
 BINPATH ?= ./
 OBJPATH ?= obj/unix/
-EXEEXT ?=
+BINEXT ?=
 
-ENDIANCHK_BIN = $(BINPATH)endianchk$(EXEEXT)
+ENDIANCHK_BIN = $(BINPATH)endianchk$(BINEXT)
 NOINST_TARGETS += $(ENDIANCHK_BIN) config.h
 THLIBS_DEP = config.h