From 2ac44376731818f39d77fa2520a364b3aad7c560 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Tue, 14 May 2024 22:15:33 +0200 Subject: Fix error in Makefile --- scripts/has_header | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/has_header') diff --git a/scripts/has_header b/scripts/has_header index 108b055..f679949 100755 --- a/scripts/has_header +++ b/scripts/has_header @@ -1,2 +1,2 @@ #!/bin/sh -echo "#include <$1>" | cc -E - 2>&1 >/dev/null +echo "#include <$1>" | cc -E - >/dev/null 2>&1 -- cgit v1.2.3