Don't transform tavs to 4 spaces in Makefiles.

This commit is contained in:
Christophe Mutricy 2006-12-23 15:12:01 +00:00
parent cb4a2b8048
commit aeb39123d4

View File

@ -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" ; \