[exim-cvs] Fix more build dependencies

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix more build dependencies
Gitweb: http://git.exim.org/exim.git/commitdiff/3ae1aa791976d11d3d1e1f9f30a16339abfc0134
Commit:     3ae1aa791976d11d3d1e1f9f30a16339abfc0134
Parent:     26be764d9e687a88788e655b4200dea99f16961d
Author:     Heiko Schlittermann (HS12) <hs@???>
AuthorDate: Mon Apr 13 22:40:58 2015 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Apr 13 22:42:11 2015 +0100


    Fix more build dependencies
---
 src/OS/Makefile-Base |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base
index 0fac6d7..b7413e2 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"