mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-24 12:58:40 +00:00
Formerly remake.c.~49~
This commit is contained in:
parent
d8b7640a81
commit
48f4ce2825
1 changed files with 3 additions and 5 deletions
8
remake.c
8
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 ();
|
||||
|
|
Loading…
Reference in a new issue