Avoid spurious rebuilds of the dynamic lookups Makefile.
[exim.git] / src / Makefile
index 4c8300ca7a4327ba3ddd9864e0a22de975b258a1..a18c3d7289356646b574913fd454df540e3b4482 100644 (file)
@@ -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.