git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
304fed5
)
Remove spurious tab
author
Christophe Mutricy
<xtophe@videolan.org>
Tue, 18 Sep 2007 22:20:10 +0000
(22:20 +0000)
committer
Christophe Mutricy
<xtophe@videolan.org>
Tue, 18 Sep 2007 22:20:10 +0000
(22:20 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
c091645
..
43c0b59
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-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.