From ef8059236f356ceb5fe444d3f0d73557c7fa6ea1 Mon Sep 17 00:00:00 2001
From: Jean-Paul Saman <jpsaman@videolan.org>
Date: Mon, 3 Dec 2007 22:39:55 +0000
Subject: [PATCH] Revert [23438] because --enable-fast-install does the same.

---
 Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index eaa3a6907ed5..244151cd34d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -316,7 +316,6 @@ install-exec-local: install-binPROGRAMS
 	  rm -f "$(DESTDIR)$(bindir)/$$i" && \
 	  ln -sf "$${inst}" "$(DESTDIR)$(bindir)/$$i" ; \
 	fi ; done
-	$(INSTALL) $(top_builddir)/.libs/vlc ${DESTDIR}${bindir}/vlc;
 
 # the opposite of install-{data,exec}-local
 uninstall-local:
-- 
GitLab