X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/cbe845f056c7a15d97056435a9e112a87f2ad312..baaa69d91ad081a6920f2e29e800a30c8de0255c:/src/scripts/Configure-Makefile diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile index 129f2a073..3b0528940 100755 --- a/src/scripts/Configure-Makefile +++ b/src/scripts/Configure-Makefile @@ -4,7 +4,7 @@ # just got too horrendous to get it right in "make", because of the optionally # existing configuration files. # -# Copyright (c) The Exim Maintainers 1995 - 2021 +# Copyright (c) The Exim Maintainers 1995 - 2024 # SPDX-License-Identifier: GPL-2.0-or-later @@ -291,6 +291,13 @@ rm -f $mftt cp ../src/lookups/Makefile $look_mf_pre ../scripts/lookups-Makefile +class="routers" +cp ../src/$class/Makefile $class/Makefile.predynamic +../scripts/$class-Makefile +mv routers/Makefile.postdynamic $class/Makefile +rm $class/Makefile.predynamic +class= + # See if there is a definition of EXIM_PERL in what we have built so far. # If so, run Perl to find the default values for PERL_CC, PERL_CCOPTS, # and PERL_LIBS. These need to be put at the top of the Makefile, so we rename