Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
aeb39123
Commit
aeb39123
authored
Dec 23, 2006
by
Christophe Mutricy
Browse files
Don't transform tavs to 4 spaces in Makefiles.
parent
cb4a2b80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
aeb39123
...
...
@@ -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"
;
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment