0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00

Rename local install target to intall-local

This commit is contained in:
Jonas Fonseca
2005-09-27 21:42:52 +02:00
committed by Jonas Fonseca
parent 1efab31581
commit 888726e3b8

View File

@@ -97,7 +97,7 @@ all-local: elinks
elinks: $(OBJS)
$(call cmd,link)
install:
install-local:
$(INSTALL_PROGRAM) elinks $(DESTDIR)$(bindir)
include $(path_to_top)/Makefile.lib