Commit aeb39123 authored by Christophe Mutricy's avatar Christophe Mutricy

Don't transform tavs to 4 spaces in Makefiles.

parent cb4a2b80
......@@ -351,7 +351,7 @@ endif
# Install the symlinks
install-exec-local: install-binPROGRAMS
inst="`echo vlc | sed -e '$(transform)'`" ; \
inst="`echo vlc | sed -e '$(transform)'`" ; \
for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
rm -f "$(DESTDIR)$(bindir)/$$i" && \
ln -sf "$${inst}" "$(DESTDIR)$(bindir)/$$i" ; \
......
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