From 6f7687e755282425a6b0a4b4ae05a3d7fcdf77bf Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sun, 18 Sep 2016 20:22:15 -0400 Subject: [PATCH] dist/Makefile.am: fix parallel make install use install-exec-hook instead of install-exec-local so that we create the ex and view hardlinks after vi has been installed. Signed-off-by: Felix Janda Signed-off-by: Sven Verdoolaege --- dist/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Makefile.am b/dist/Makefile.am index db85a266..0aa0bdea 100644 --- a/dist/Makefile.am +++ b/dist/Makefile.am @@ -317,7 +317,7 @@ dmode= 755 emode= 555 fmode= 444 -install-exec-local: +install-exec-hook: cd $(DESTDIR)$(bindir) && $(rm) -f `echo ex | sed '$(transform)'` cd $(DESTDIR)$(bindir) && $(rm) -f `echo view | sed '$(transform)'` cd $(DESTDIR)$(bindir) && $(ln) \ -- 2.11.4.GIT