From 29b5f303873599e31f3e9add52a99bbee4f977ee Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman <jpsaman@videolan.org> Date: Mon, 25 Sep 2006 07:24:49 +0000 Subject: [PATCH] Use shell style parenthesis for VLC_CONFIG in Makefile.am --- activex/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activex/Makefile.am b/activex/Makefile.am index e833132262fc..99cace0a32b6 100644 --- a/activex/Makefile.am +++ b/activex/Makefile.am @@ -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 $@ -- GitLab