git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
26be764
)
Fix more build dependencies
author
Heiko Schlittermann (HS12)
<hs@schlittermann.de>
Mon, 13 Apr 2015 21:40:58 +0000
(22:40 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 13 Apr 2015 21:42:11 +0000
(22:42 +0100)
src/OS/Makefile-Base
patch
|
blob
|
history
diff --git
a/src/OS/Makefile-Base
b/src/OS/Makefile-Base
index 0fac6d7a3f0daac786fa7d454770160558804e31..b7413e20143aee4e24c01f0f9eed5d82a7012c94 100644
(file)
--- 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
# 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); \
@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
# 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"
@echo "$(CC) exim_lock.c"
$(FE)$(CC) -c $(CFLAGS) $(INCLUDE) exim_lock.c
@echo "$(LNCC) -o exim_lock"