diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |