diff options
author | Paul Smith <psmith@gnu.org> | 2003-07-19 02:46:25 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2003-07-19 02:46:25 +0000 |
commit | e3986eea432878243eabefeb15f981f9e945b70c (patch) | |
tree | dbcac71f3a122b168f830d7fe525a18efe07f885 /main.c | |
parent | 1a5beef51f5c32081116e502c1c90a3e32813020 (diff) | |
download | gunmake-e3986eea432878243eabefeb15f981f9e945b70c.tar.gz |
Minor updates for Windows and OS/2.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ /* Argument parsing and main program of GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1994, 1995, 1996, 1997, 1998, 1999, -2002 Free Software Foundation, Inc. +2002, 2003 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -41,7 +41,7 @@ MA 02111-1307, USA. */ # include <sys/types.h> # include <sys/wait.h> #endif -#if defined(MAKE_JOBSERVER) && defined(HAVE_FCNTL_H) +#ifdef HAVE_FCNTL_H # include <fcntl.h> #endif |