From 1c382625fd2f63c85881da0650501f1219260cae Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sat, 17 Sep 2005 20:37:23 +0200 Subject: [PATCH] Install the ELinks binary during make install. --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile b/src/Makefile index 4ccd0a286..df96707cf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -97,4 +97,7 @@ all-l: elinks elinks: $(OBJS) $(ELINKSLIBS) $(call cmd,link) +install-local: + $(INSTALL_PROGRAM) $(srcdir)/elinks $(DESTDIR)$(bindir) + include $(path_to_top)/Makefile.lib