GNU/Hurd: retry EINTR returns from pipe I/O
[users/jgh/exim.git] / src / OS / Makefile-Base
index 1f42e0ec39476a0e680564bbec907c7070e86207..1ab3ac35f36388a339ded06b53b2053612c4d950 100644 (file)
@@ -82,6 +82,7 @@ Makefile: ../OS/Makefile-Base ../OS/Makefile-Default \
 os.h:  $(SCRIPTS)/Configure-os.h \
        $(O)/os.h-Darwin        \
        $(O)/os.h-FreeBSD       \
+       $(O)/os.h-GNU           \
        $(O)/os.h-Linux         \
        $(O)/os.h-OpenBSD       \
        $(O)/os.h-SunOS5
@@ -92,6 +93,7 @@ os.h: $(SCRIPTS)/Configure-os.h \
 os.c:   ../src/os.c \
        $(SCRIPTS)/Configure-os.c \
        $(O)/os.c-FreeBSD       \
+       $(O)/os.c-GNU           \
        $(O)/os.c-Linux         \
        $(O)/os.c-SunOS5
        $(SHELL) $(SCRIPTS)/Configure-os.c
@@ -642,7 +644,8 @@ HDRS  =     blob.h \
        mytypes.h \
        sha_ver.h \
        structs.h \
-       os.h
+       os.h \
+       osfunctions.h
 PHDRS = ../config.h \
        ../dbfunctions.h \
        ../dbstuff.h \
@@ -653,7 +656,8 @@ PHDRS = ../config.h \
        ../macros.h \
        ../mytypes.h \
        ../structs.h \
-       ../os.h
+       ../os.h \
+       ../osfunctions.h
 
 .SUFFIXES: .o .c
 .c.o:;  @echo "$(CC) $*.c"