From: Matthew Newton Date: Thu, 29 Sep 2022 11:53:50 +0000 (+0100) Subject: make target to force refresh of all configure scripts X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=857f0762b04cabfe5d4891f9ef6f731a16aae2db;p=thirdparty%2Ffreeradius-server.git make target to force refresh of all configure scripts --- diff --git a/Makefile b/Makefile index dc92a635043..2a1b94b86a4 100644 --- a/Makefile +++ b/Makefile @@ -334,6 +334,11 @@ endif endif +.PHONY: force-reconfig +force-reconfig: + @find . -name configure.ac | xargs touch + @$(MAKE) reconfig + .PHONY: check-includes check-includes: scripts/min-includes.pl `find . -name "*.c" -print`