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:
cb4a2b8
)
Don't transform tavs to 4 spaces in Makefiles.
author
Christophe Mutricy
<xtophe@videolan.org>
Sat, 23 Dec 2006 15:12:01 +0000
(15:12 +0000)
committer
Christophe Mutricy
<xtophe@videolan.org>
Sat, 23 Dec 2006 15:12:01 +0000
(15:12 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
d4189d1
..
2d70a0a
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-351,7
+351,7
@@
endif
# Install the symlinks
install-exec-local: install-binPROGRAMS
# 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" ; \
for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
rm -f "$(DESTDIR)$(bindir)/$$i" && \
ln -sf "$${inst}" "$(DESTDIR)$(bindir)/$$i" ; \