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
Steve Lhomme
VLC
Commits
2eda18dc
Commit
2eda18dc
authored
Aug 20, 2005
by
Rémi Denis-Courmont
Browse files
Link fix
parent
9d42fbd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
2eda18dc
...
...
@@ -497,7 +497,7 @@ vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc) stamp-builtin
objc
)
cmd
=
"
$(OBJCLINK)
"
;;
\
c|
*
)
cmd
=
"
$(LINK)
"
;;
\
esac
;
\
cmd
=
"
$$
cmd
$(vlc_OBJECTS)
$(vlc_LD
FLAGS
)
$(vlc_LD
ADD
)
$(LIBS)
"
;
\
cmd
=
"
$$
cmd
$(vlc_OBJECTS)
$(vlc_LD
ADD
)
$(vlc_LD
FLAGS
)
$(LIBS)
"
;
\
echo
$$
cmd
;
\
eval
$$
cmd
...
...
Write
Preview
Markdown
is supported
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