X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/14f3b4702d2a65d2139bbae2cf9d7d37603c2048..58ee1eb660af5f69de403aaf36019f5dcaf9760e:/src/Makefile diff --git a/src/Makefile b/src/Makefile index 4c8300ca7..a18c3d728 100644 --- a/src/Makefile +++ b/src/Makefile @@ -52,16 +52,14 @@ build-directory: configure: build-directory @cd build-$(buildname); \ - build=$(build) $(SHELL) ../scripts/Configure-Makefile; \ - $(SHELL) ../scripts/lookups-Makefile + build=$(build) $(SHELL) ../scripts/Configure-Makefile # The "makefile" target forces a rebuild of the makefile (as opposed to # "configure", which doesn't force it). makefile: build-directory @cd build-$(buildname); $(RM_COMMAND) -f Makefile; \ - build=$(build) $(SHELL) ../scripts/Configure-Makefile; \ - $(SHELL) ../scripts/lookups-Makefile + build=$(build) $(SHELL) ../scripts/Configure-Makefile # The installation commands are kept in a separate script, which expects # to be run from inside the build directory.