From: Joe Orton Date: Thu, 1 Feb 2018 08:34:54 +0000 (+0000) Subject: * Makefile.in (build/config_vars.out): Rebuild if build/config_vars.sh X-Git-Tag: 2.5.0-alpha2-ci-test-only~2904 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98ce4c39b3f4c41488e6415a8fcf12f1124a8833;p=thirdparty%2Fapache%2Fhttpd.git * Makefile.in (build/config_vars.out): Rebuild if build/config_vars.sh has changed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1822857 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 85f174a3ddd..648bdb7fe04 100644 --- a/Makefile.in +++ b/Makefile.in @@ -133,7 +133,7 @@ install-conf: fi # Create a sanitized config_vars.mk -build/config_vars.out: build/config_vars.mk +build/config_vars.out: build/config_vars.mk build/config_vars.sh @$(SHELL) build/config_vars.sh < build/config_vars.mk > build/config_vars.out install-build: build/config_vars.out