projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ffec36
)
Build: fix parallelism problem. Bug 2566
author
Luca Ceresoli
<luca@lucaceresoli.net>
Sun, 3 May 2020 15:54:28 +0000
(16:54 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 3 May 2020 15:54:28 +0000
(16:54 +0100)
src/OS/Makefile-Base
patch
|
blob
|
blame
|
history
diff --git
a/src/OS/Makefile-Base
b/src/OS/Makefile-Base
index b66678bee4deacd045fabc9e2b1d59d660fd3efc..9eed7b0b9fae1f24bedc1aa0d48de98e6fdb61c7 100644
(file)
--- a/
src/OS/Makefile-Base
+++ b/
src/OS/Makefile-Base
@@
-662,11
+662,14
@@
PHDRS = ../config.h \
.c.o:; @echo "$(CC) $*.c"
$(FE)$(CC) -c $(CFLAGS) -I. $(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE) $*.c
-# Update Exim's version information and build the version object.
+# Update Exim's version information and build the version object. The dependency
+# chain here avoids problems under parallel-make.
-version.
h version.sh:
:
+version.
sh
:
@../scripts/reversion
+version.h: version.sh
+
cnumber.h: version.h
version.o: $(HDRS) cnumber.h version.h version.c