]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly make.h.~74~
authorRoland McGrath <roland@redhat.com>
Tue, 13 Jul 1993 02:42:59 +0000 (02:42 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 13 Jul 1993 02:42:59 +0000 (02:42 +0000)
make.h

diff --git a/make.h b/make.h
index 8475efa3cc4b6b6ce2f3d57736eee78f31a61121..dd7907054497379c3b6cb4d61a7be65f139f94d6 100644 (file)
--- a/make.h
+++ b/make.h
@@ -57,7 +57,8 @@ extern int errno;
 
 /* Some systems define _POSIX_VERSION but are not really POSIX.1.  */
 #if (defined (butterfly) || \
-     (defined (__mips) && defined (_SYSTYPE_SVR3)))
+     (defined (__mips) && defined (_SYSTYPE_SVR3)) || \
+     (defined (sequent) && defined (i386)))
 #undef POSIX
 #endif