]> git.sesse.net Git - vlc/commitdiff
Remove spurious tab
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 18 Sep 2007 22:20:10 +0000 (22:20 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 18 Sep 2007 22:20:10 +0000 (22:20 +0000)
Makefile.am

index c0916450f63a31932aaec13317f2e83d6ccee672..43c0b59d3ba557a5475c31e2a1822680aa893c07 100644 (file)
@@ -260,7 +260,7 @@ LIBVLC = src/$(LIB_libvlc)
 
 #To get some nice output
 nice:
-               $(top_builddir)/compile
+       $(top_builddir)/compile
 
 # Shortcut for developpers to rebuild the core (libvlc + vlc)
 # Don't use it if you don't know what it is about.