summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-07-02 19:58:32 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-07-02 19:59:46 -0700
commit4b782cfb33e2847eb8ab1d42e5487ae005091498 (patch)
tree03baa6905ef3a8480a56050332cd673a7da2da65 /Makefile
parent20e75858d4c1e971b6b577fdf3b97b3005fc8328 (diff)
downloadtxr-4b782cfb33e2847eb8ab1d42e5487ae005091498.tar.gz
txr-4b782cfb33e2847eb8ab1d42e5487ae005091498.tar.bz2
txr-4b782cfb33e2847eb8ab1d42e5487ae005091498.zip
* Makefile: use $(EXE) in install: recipe.
* configure: set up EXE variable in config.make, not exe.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)