From 2614e6c26a016faca3c9d5d1c7f211639b20d91d Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 31 Dec 2004 07:10:57 +0000 Subject: [PATCH] Revert part of the previous commit: autoheader 2.13 does not have this option --- build/build2.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build2.mk b/build/build2.mk index 81925aff12..f886ba1b3c 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -47,7 +47,7 @@ $(config_h_in): configure acconfig.h @echo rebuilding $@ @rm -f $@ @autoheader=`./build/shtool path autoheader-2.13 autoheader`; \ - $$autoheader -W none 2>&1 | $(SUPPRESS_WARNINGS) + $$autoheader 2>&1 | $(SUPPRESS_WARNINGS) $(TOUCH_FILES): touch $(TOUCH_FILES) -- 2.40.0