[exim-dev] [Bug 1611] os.h/os.c dependency problem under mak…

Top Page
Delete this message
Reply to this message
Author: Git Commit
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1611] os.h/os.c dependency problem under make -j [fix included]
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1611

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???





--- Comment #2 from Git Commit <git@???> 2015-04-13 16:17:05 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/13510a2575ce7d149b0a1fda78b13fce12b3faa5

commit 13510a2575ce7d149b0a1fda78b13fce12b3faa5
Author:     Heiko Schlittermann <hs+exim@???>
AuthorDate: Mon Apr 13 15:55:04 2015 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Mon Apr 13 15:55:04 2015 +0100


    Fix build dependency.  Bug 1611
---
 src/OS/Makefile-Base |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)


diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base
index 63646e2..0fac6d7 100644
--- a/src/OS/Makefile-Base
+++ b/src/OS/Makefile-Base
@@ -445,8 +445,28 @@ eximon.bin: $(EXIMON_EDITME) eximon $(OBJ_MONBIN) \
# in one. This list is overkill, but it doesn't really take much time to
# rebuild Exim on a modern computer.

-HDRS  =    config.h    dbfunctions.h    dbstuff.h    exim.h    functions.h   
globals.h    local_scan.h    macros.h    mytypes.h    structs.h
-PHDRS = ../config.h ../dbfunctions.h ../dbstuff.h ../exim.h ../functions.h
../globals.h ../local_scan.h ../macros.h ../mytypes.h ../structs.h
+HDRS  =        config.h \
+       dbfunctions.h \
+       dbstuff.h \
+       exim.h \
+       functions.h \
+       globals.h \
+       local_scan.h \
+       macros.h \
+       mytypes.h \
+       structs.h \
+       os.h
+PHDRS = ../config.h \
+       ../dbfunctions.h \
+       ../dbstuff.h \
+       ../exim.h \
+       ../functions.h \
+       ../globals.h \
+       ../local_scan.h \
+       ../macros.h \
+       ../mytypes.h \
+       ../structs.h \
+       ../os.h


.SUFFIXES: .o .c
.c.o:; @echo "$(CC) $*.c"


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email