From 3ae1aa791976d11d3d1e1f9f30a16339abfc0134 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12)" Date: Mon, 13 Apr 2015 22:40:58 +0100 Subject: [PATCH] Fix more build dependencies --- src/OS/Makefile-Base | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index 0fac6d7a3..b7413e201 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -33,9 +33,9 @@ FE = $(FULLECHO) # are set up, and finally it goes to the main Exim target. all: utils exim -config: $(EDITME) checklocalmake Makefile os.h os.c config.h version.h +config: $(EDITME) checklocalmake Makefile os.c config.h version.h -checklocalmake: +checklocalmake: @if $(SHELL) $(SCRIPTS)/newer $(EDITME)-$(OSTYPE) $(EDITME) || \ $(SHELL) $(SCRIPTS)/newer $(EDITME)-$(ARCHTYPE) $(EDITME) || \ $(SHELL) $(SCRIPTS)/newer $(EDITME)-$(OSTYPE)-$(ARCHTYPE) $(EDITME); \ @@ -393,7 +393,7 @@ exim_dbmbuild: exim_dbmbuild.o # The utility for locking a mailbox while messing around with it -exim_lock: exim_lock.c +exim_lock: exim_lock.c os.h @echo "$(CC) exim_lock.c" $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) exim_lock.c @echo "$(LNCC) -o exim_lock" -- 2.30.2