mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 05:29:47 +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 "dep.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
|
|
||||||
#if !defined (USG) && !defined (POSIX) && !defined (eta10)
|
#ifdef HAVE_FCNTL_H
|
||||||
#ifndef sgi
|
|
||||||
#include <sys/file.h>
|
|
||||||
#endif
|
|
||||||
#else
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#else
|
||||||
|
#include <sys/file.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern int try_implicit_rule ();
|
extern int try_implicit_rule ();
|
||||||
|
|
Loading…
Reference in a new issue