# HG changeset patch # User Matti Hamalainen # Date 1578307477 -7200 # Node ID a5bc27d26174cae713c8436c6abf9aa575ff5f81 # Parent 2437436b612965efd18b30f0779baf594766c693 Rename EXEEXT to BINEXT in the build system, as per changes in th-libs build system. diff -r 2437436b6129 -r a5bc27d26174 Makefile --- a/Makefile Mon Jan 06 01:37:21 2020 +0200 +++ b/Makefile Mon Jan 06 12:44:37 2020 +0200 @@ -21,13 +21,13 @@ # Miscellaneous BINPATH=./ OBJPATH=obj/unix/ -EXEEXT= +BINEXT= ### ### Stuff ### -ENDIANCHK_BIN=$(BINPATH)endianchk$(EXEEXT) +ENDIANCHK_BIN=$(BINPATH)endianchk$(BINEXT) NOINST_TARGETS += $(ENDIANCHK_BIN) config.h THLIBS_DEP += config.h diff -r 2437436b6129 -r a5bc27d26174 Makefile.gen --- a/Makefile.gen Mon Jan 06 01:37:21 2020 +0200 +++ b/Makefile.gen Mon Jan 06 12:44:37 2020 +0200 @@ -11,7 +11,7 @@ th_file.o th_args.o th_crypto.o th_datastruct.o SIDINFO_OBJ=sidlib.o sidinfo.o -SIDINFO_BIN=$(BINPATH)sidinfo$(EXEEXT) +SIDINFO_BIN=$(BINPATH)sidinfo$(BINEXT) TARGETS += $(SIDINFO_BIN) diff -r 2437436b6129 -r a5bc27d26174 Makefile.w32 --- a/Makefile.w32 Mon Jan 06 01:37:21 2020 +0200 +++ b/Makefile.w32 Mon Jan 06 12:44:37 2020 +0200 @@ -14,7 +14,7 @@ LDFLAGS += -s # Miscellaneous -EXEEXT=.exe +BINEXT=.exe OBJPATH=./obj/win32/ BINPATH=./ diff -r 2437436b6129 -r a5bc27d26174 Makefile.w64 --- a/Makefile.w64 Mon Jan 06 01:37:21 2020 +0200 +++ b/Makefile.w64 Mon Jan 06 12:44:37 2020 +0200 @@ -14,7 +14,7 @@ LDFLAGS += -s # Miscellaneous -EXEEXT=.exe +BINEXT=.exe OBJPATH=./obj/win64/ BINPATH=./