From 4b782cfb33e2847eb8ab1d42e5487ae005091498 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 2 Jul 2014 19:58:32 -0700 Subject: * Makefile: use $(EXE) in install: recipe. * configure: set up EXE variable in config.make, not exe. --- ChangeLog | 16 ++++++++++++++++ Makefile | 2 +- configure | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7da494e0..dc98eaeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2014-07-02 Kaz Kylheku + + Version 91. + + * RELNOTES: Updated. + + * configure, txr.1: Bumped version. + + * dep.mk, txr.vim: Regenerated. + +2014-07-02 Kaz Kylheku + + * Makefile: use $(EXE) in install: recipe. + + * configure: set up EXE variable in config.make, not exe. + 2014-07-02 Kaz Kylheku * txr.1: Documented usleep. diff --git a/Makefile b/Makefile index 8dc2862f..1dbc87fa 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ PREINSTALL := : .PHONY: install install: $(PROG) $(PREINSTALL) - $(call INSTALL,0755,txr,$(DESTDIR)$(bindir)) + $(call INSTALL,0755,txr$(EXE),$(DESTDIR)$(bindir)) $(call INSTALL,0444,$(top_srcdir)/txr.1,$(DESTDIR)$(mandir)/man1) $(call INSTALL,0444,$(top_srcdir)/share/txr/stdlib/*.txr,$(DESTDIR)$(datadir)/stdlib) diff --git a/configure b/configure index be75db58..f57a81da 100755 --- a/configure +++ b/configure @@ -619,7 +619,7 @@ debug_support := $debug_support mpi_version := $mpi_version # EXE suffix -exe := $exe +EXE := $exe CC := $cc LEX := $lex -- cgit v1.2.3