diff options
author | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-04-13 22:40:58 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-13 22:42:11 +0100 |
commit | 3ae1aa791976d11d3d1e1f9f30a16339abfc0134 (patch) | |
tree | 871ff7e5c7fd8a3a761a74815e5ba295fcbd33cb /src | |
parent | 26be764d9e687a88788e655b4200dea99f16961d (diff) |
Fix more build dependencies
Diffstat (limited to 'src')
-rw-r--r-- | 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 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" |