Commit ef805923 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Revert [23438] because --enable-fast-install does the same.

parent c4f7a357
...@@ -316,7 +316,6 @@ install-exec-local: install-binPROGRAMS ...@@ -316,7 +316,6 @@ install-exec-local: install-binPROGRAMS
rm -f "$(DESTDIR)$(bindir)/$$i" && \ rm -f "$(DESTDIR)$(bindir)/$$i" && \
ln -sf "$${inst}" "$(DESTDIR)$(bindir)/$$i" ; \ ln -sf "$${inst}" "$(DESTDIR)$(bindir)/$$i" ; \
fi ; done fi ; done
$(INSTALL) $(top_builddir)/.libs/vlc ${DESTDIR}${bindir}/vlc;
# the opposite of install-{data,exec}-local # the opposite of install-{data,exec}-local
uninstall-local: uninstall-local:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment