summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-Base
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-12-18 16:07:38 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-12-21 18:27:36 +0000
commit847a015ae17b3fa66154088009803636f95b2c6f (patch)
tree844abef597c033245bd34b0136bc41f10618896a /src/OS/Makefile-Base
parent59da908cef70461b20f1f717689b490c248962f9 (diff)
Gnu/Hurd: revert pipe-i/o EINTR handling changes
Diffstat (limited to 'src/OS/Makefile-Base')
-rw-r--r--src/OS/Makefile-Base6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base
index 1ab3ac35f..36af8308d 100644
--- a/src/OS/Makefile-Base
+++ b/src/OS/Makefile-Base
@@ -644,8 +644,7 @@ HDRS = blob.h \
mytypes.h \
sha_ver.h \
structs.h \
- os.h \
- osfunctions.h
+ os.h
PHDRS = ../config.h \
../dbfunctions.h \
../dbstuff.h \
@@ -656,8 +655,7 @@ PHDRS = ../config.h \
../macros.h \
../mytypes.h \
../structs.h \
- ../os.h \
- ../osfunctions.h
+ ../os.h
.SUFFIXES: .o .c
.c.o:; @echo "$(CC) $*.c"