[PATCH 2/2] Makefile: Also add a symlink fallback to installing ALL_PROGRAMS

2015-02-05 Thread Sebastian Schuberth
We do this for BUILT_INS and REMOTE_CURL_ALIASES, so we should do so here, too. Signed-off-by: Sebastian Schuberth sschube...@gmail.com --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 21f23cb..d2849c3 100644 --- a/Makefile +++ b/Makefile @@ -2258,6

Re: [PATCH 2/2] Makefile: Also add a symlink fallback to installing ALL_PROGRAMS

2015-02-05 Thread Kyle J. McKay
On Feb 5, 2015, at 07:52, Sebastian Schuberth wrote: We do this for BUILT_INS and REMOTE_CURL_ALIASES, so we should do so here, too. Signed-off-by: Sebastian Schuberth sschube...@gmail.com --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index