Skip to content

Commit e46676d

Browse files
committed
s
1 parent d6f1a6c commit e46676d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ else ifneq ($(HAVE_RULES),)
156156
endif
157157

158158
# older make versions do not support # in $(shell) and newer ones handle the escape sequence literally
159-
REQUIRE_ESCAPE=$(shell echo "\#define DEF" | $(CXX) -c -xc - && echo "1" || echo "0")
159+
REQUIRE_ESCAPE=$(shell echo "\#define DEF" | $(CXX) -c -xc - 2> /dev/null && echo "1" || echo "0")
160160
ifeq ($(REQUIRE_ESCAPE),1)
161161
HAVE_EXECINFO_H=$(shell echo "\#include <execinfo.h>" | $(CXX) -c -xc - 2> /dev/null && echo "1" || echo "0")
162162
else

0 commit comments

Comments
 (0)