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
29b5f303
Commit
29b5f303
authored
Sep 25, 2006
by
Jean-Paul Saman
Browse files
Use shell style parenthesis for VLC_CONFIG in Makefile.am
parent
42b6daf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
activex/Makefile.am
View file @
29b5f303
...
...
@@ -142,7 +142,7 @@ clean-stamp:
if
BUILD_SHARED
stamp-pic
:
else
stamp-pic
:
$(shell $
(
VLC_CONFIG
)
--target builtin)
stamp-pic
:
$(shell $
{
VLC_CONFIG
}
--target builtin)
endif
@
touch
$@
...
...
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