summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)