mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix installation of elinks binary.
This commit is contained in:
parent
7d5d63bb29
commit
0815fe1cf8
@ -98,6 +98,6 @@ elinks: $(OBJS) $(ELINKSLIBS)
|
|||||||
$(call cmd,link)
|
$(call cmd,link)
|
||||||
|
|
||||||
install-local:
|
install-local:
|
||||||
$(INSTALL_PROGRAM) $(srcdir)/elinks $(DESTDIR)$(bindir)
|
$(INSTALL_PROGRAM) elinks $(DESTDIR)$(bindir)
|
||||||
|
|
||||||
include $(path_to_top)/Makefile.lib
|
include $(path_to_top)/Makefile.lib
|
||||||
|
Loading…
Reference in New Issue
Block a user