diff options
author | Paul Smith <psmith@gnu.org> | 1999-08-01 06:05:17 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-08-01 06:05:17 +0000 |
commit | 09f1e4cf83853e3636a19da17e28e7291aac9bbd (patch) | |
tree | fe4ecf9442cdaee89f0c62c7dab3d02985f90c0e /remake.c | |
parent | 28ef4c4dacc6fee628e65f07b52a4d2f0efe7fb3 (diff) | |
download | gunmake-09f1e4cf83853e3636a19da17e28e7291aac9bbd.tar.gz |
* Applied some DOS updates.
* Started reworking the jobserver algorithm; not complete yet.
Diffstat (limited to 'remake.c')
-rw-r--r-- | remake.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |