]> Pileus Git - ~andy/linux/blobdiff - lib/raid6/test/Makefile
raid6/test: replace echo -e with printf
[~andy/linux] / lib / raid6 / test / Makefile
index 78f89d807f4e77e5a19d0157df12a8ee17db6c40..cf4959276a8b8081bbde8bfb452d2118132a6c60 100644 (file)
@@ -28,7 +28,7 @@ ifeq ($(IS_X86),yes)
                     gcc -c -x assembler - >&/dev/null &&       \
                     rm ./-.o && echo -DCONFIG_AS_AVX2=1)
 else
-        HAS_ALTIVEC := $(shell echo -e '\#include <altivec.h>\nvector int a;' |\
+        HAS_ALTIVEC := $(shell printf '\#include <altivec.h>\nvector int a;\n' |\
                          gcc -c -x c - >&/dev/null && \
                          rm ./-.o && echo yes)
         ifeq ($(HAS_ALTIVEC),yes)