From: Michael Wallner Date: Mon, 3 Oct 2016 10:24:05 +0000 (+0200) Subject: test for file existence X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpecl-ci;a=commitdiff_plain;h=90af692cb807f63c4d4e943ff4699dc9637728fb test for file existence --- diff --git a/Makefile b/Makefile index b07e26d..28df309 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ CPPCHECK_STD ?= c89 CPPCHECK_ENABLE ?= portability,style CPPCHECK_EXITCODE ?= 42 CPPCHECK_SUPPRESSIONS ?= $(makdir)/cppcheck.suppressions -CPPCHECK_INCLUDES ?= -I. $(shell awk -F= '/^CPPFLAGS|^INCLUDES/{print $$2}'