summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-08-01 06:05:17 +0000
committerPaul Smith <psmith@gnu.org>1999-08-01 06:05:17 +0000
commit09f1e4cf83853e3636a19da17e28e7291aac9bbd (patch)
treefe4ecf9442cdaee89f0c62c7dab3d02985f90c0e /remake.c
parent28ef4c4dacc6fee628e65f07b52a4d2f0efe7fb3 (diff)
downloadgunmake-09f1e4cf83853e3636a19da17e28e7291aac9bbd.tar.gz
* Applied some DOS updates.
* Started reworking the jobserver algorithm; not complete yet.
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/remake.c b/remake.c
index 45633db..6464f34 100644
--- a/remake.c
+++ b/remake.c
@@ -32,10 +32,6 @@ Boston, MA 02111-1307, USA. */
#include <sys/file.h>
#endif
-#ifdef __MSDOS__
-#include "variable.h"
-#endif
-
#ifdef VMS
#include <starlet.h>
#endif