summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-06-24 10:22:37 +0000
committerRoland McGrath <roland@redhat.com>1994-06-24 10:22:37 +0000
commit6348923799f66c2ece4ef20439fd89864ebafda7 (patch)
treef49d6abcbda134a7e71b3ff1d5172af2d5e00378
parent660a23d6493910c3cf5fa0699811d1c1c3f3e655 (diff)
downloadgunmake-6348923799f66c2ece4ef20439fd89864ebafda7.tar.gz
Fix typo in last change.
-rw-r--r--make.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.h b/make.h
index 2074fe9..5ff702c 100644
--- a/make.h
+++ b/make.h
@@ -67,7 +67,7 @@ extern int errno;
#endif
/* Some systems define _POSIX_VERSION but are not really POSIX.1. */
-#if (defined (butterfly) || defined (__arm) \
+#if (defined (butterfly) || defined (__arm) || \
(defined (__mips) && defined (_SYSTYPE_SVR3)) || \
(defined (sequent) && defined (i386)))
#undef POSIX