]> git.sesse.net Git - vlc/commitdiff
Don't transform tavs to 4 spaces in Makefiles.
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 23 Dec 2006 15:12:01 +0000 (15:12 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 23 Dec 2006 15:12:01 +0000 (15:12 +0000)
Makefile.am

index d4189d1c9c71e8de7f33f61af38cc6cb00b35492..2d70a0a483bbbb498d4d60f4eccad2ff951dede0 100644 (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" ; \