From: Christophe Mutricy Date: Sat, 23 Dec 2006 15:12:01 +0000 (+0000) Subject: Don't transform tavs to 4 spaces in Makefiles. X-Git-Tag: 0.9.0-test0~8937 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=aeb39123d4939d680f63c0c81f8bd1afbf526f19;ds=sidebyside Don't transform tavs to 4 spaces in Makefiles. --- diff --git a/Makefile.am b/Makefile.am index d4189d1c9c..2d70a0a483 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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" ; \