From: Mika Lindqvist Date: Thu, 1 Jun 2023 22:59:13 +0000 (+0300) Subject: No indentation allowed for error function in test/Makefile.in X-Git-Tag: 2.1.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b9599e14e92c669989a44aef62d11e3b95e73de;p=thirdparty%2Fzlib-ng.git No indentation allowed for error function in test/Makefile.in --- diff --git a/test/Makefile.in b/test/Makefile.in index fd2b239aa..429e2c770 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -19,7 +19,7 @@ check_cross_dep: ifneq (,$(findstring qemu,$(EMU_RUN))) QEMU_VER:=$(shell command -v $(EMU_RUN) --version 2> /dev/null) ifeq (,$(QEMU_VER)) - $(error You need QEMU to run tests on non-native platform) +$(error You need QEMU to run tests on non-native platform) endif endif