Commit 29b5f303 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Use shell style parenthesis for VLC_CONFIG in Makefile.am

parent 42b6daf9
......@@ -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 $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment