------- 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 <g...@exim.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |g...@exim.org




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

commit 13510a2575ce7d149b0a1fda78b13fce12b3faa5
Author:     Heiko Schlittermann <hs+e...@schlittermann.de>
AuthorDate: Mon Apr 13 15:55:04 2015 +0100
Commit:     Jeremy Harris <jgh146...@wizmail.org>
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

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to