git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix message-reception clock usage. Bug 2615
[exim.git]
/
src
/
OS
/
Makefile-Base
diff --git
a/src/OS/Makefile-Base
b/src/OS/Makefile-Base
index 7122bc019f374e2e4af67044d18c98409eded203..9eed7b0b9fae1f24bedc1aa0d48de98e6fdb61c7 100644
(file)
--- a/
src/OS/Makefile-Base
+++ b/
src/OS/Makefile-Base
@@
-6,6
+6,7
@@
# build directory.
#
# Copyright (c) The Exim Maintainers 1995 - 2018
# build directory.
#
# Copyright (c) The Exim Maintainers 1995 - 2018
+# Copyright (c) The Exim Maintainers 2020
SHELL = $(MAKE_SHELL)
SCRIPTS = ../scripts
SHELL = $(MAKE_SHELL)
SCRIPTS = ../scripts
@@
-661,11
+662,14
@@
PHDRS = ../config.h \
.c.o:; @echo "$(CC) $*.c"
$(FE)$(CC) -c $(CFLAGS) -I. $(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE) $*.c
.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
@../scripts/reversion
+version.h: version.sh
+
cnumber.h: version.h
version.o: $(HDRS) cnumber.h version.h version.c
cnumber.h: version.h
version.o: $(HDRS) cnumber.h version.h version.c