]> git.sesse.net Git - mlt/blobdiff - src/swig/Makefile
Let Movit effects supply their own fingerprint.
[mlt] / src / swig / Makefile
index b263644376cba1ce1d85a4d001493e3538d3c47c..8ee7454dc5f8c4d2d39040ac20cf2b8b54ffed6e 100644 (file)
@@ -6,7 +6,7 @@ all clean:
        for subdir in $$list; do \
                if [ -x $$subdir/build -a ! -f .$$subdir -o $@ = clean ] ; \
                then echo -n Building $$subdir... ; \
-                       cd $$subdir && output=`CXXFLAGS="$(CXXFLAGS)" ./build $@ 2>&1` ; \
+                       cd $$subdir && output=$$(CXXFLAGS="$(CXXFLAGS)" ./build $@ 2>&1) ; \
                        if [ $$? -eq 0 ] ; \
                        then echo OK && touch ../.$$subdir ; \
                        else echo $$output && exit 1 ; \