remove MOREFLAGS from test-lz4c32
authorPrzemyslaw Skibinski <inikep@gmail.com>
Thu, 16 Feb 2017 15:30:16 +0000 (16:30 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Thu, 16 Feb 2017 15:30:16 +0000 (16:30 +0100)
tests/Makefile

index d1117c6..ebab278 100644 (file)
@@ -301,7 +301,6 @@ test-lz4c: lz4c datagen
        ./datagen -g256MB | $(LZ4)c -l -v    | $(LZ4)c   -t
 
 test-lz4c32: CFLAGS+=-m32
-test-lz4c32: MOREFLAGS+="-I/usr/include/x86_64-linux-gnu"
 test-lz4c32: test-lz4
 
 test-interop-32-64: lz4 lz4c32 datagen