projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8b7640
)
Formerly remake.c.~49~
author
Roland McGrath
<roland@redhat.com>
Mon, 12 Apr 1993 20:52:45 +0000
(20:52 +0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 12 Apr 1993 20:52:45 +0000
(20:52 +0000)
remake.c
patch
|
blob
|
history
diff --git
a/remake.c
b/remake.c
index 043701fe5f99bfe8304056a18e857f1ad3f78eb1..26a253a3b45362a8d5efddc6731180c0fee7a0b6 100644
(file)
--- a/
remake.c
+++ b/
remake.c
@@
-22,12
+22,10
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "dep.h"
#include "file.h"
-#if !defined (USG) && !defined (POSIX) && !defined (eta10)
-#ifndef sgi
-#include <sys/file.h>
-#endif
-#else
+#ifdef HAVE_FCNTL_H
#include <fcntl.h>
+#else
+#include <sys/file.h>
#endif
extern int try_implicit_rule ();