1
0
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:
Frobozz the Neuromancer,668,302-521-2606,609-645-8080 2005-09-22 08:50:59 -04:00 committed by Russ Rowan
parent 7d5d63bb29
commit 0815fe1cf8

View File

@ -98,6 +98,6 @@ elinks: $(OBJS) $(ELINKSLIBS)
$(call cmd,link)
install-local:
$(INSTALL_PROGRAM) $(srcdir)/elinks $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM) elinks $(DESTDIR)$(bindir)
include $(path_to_top)/Makefile.lib