From 13510a2575ce7d149b0a1fda78b13fce12b3faa5 Mon Sep 17 00:00:00 2001 From: Heiko Schlittermann Date: Mon, 13 Apr 2015 15:55:04 +0100 Subject: [PATCH] Fix build dependency. Bug 1611 --- src/OS/Makefile-Base | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index 63646e218..0fac6d7a3 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" -- 2.30.2