diff options
-rw-r--r-- | dmake/unix/ruletab.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dmake/unix/ruletab.c b/dmake/unix/ruletab.c index 2ff3271de595..d815a4f15d18 100644 --- a/dmake/unix/ruletab.c +++ b/dmake/unix/ruletab.c @@ -1,6 +1,6 @@ /* $RCSfile: ruletab.c,v $ --- $Revision: 1.8 $ --- last change: $Author: vg $ $Date: 2007-09-20 14:35:17 $ +-- $Revision: 1.9 $ +-- last change: $Author: ihi $ $Date: 2007-10-15 15:53:13 $ -- -- SYNOPSIS -- Default initial configuration of dmake. @@ -32,13 +32,8 @@ * strictly so that dmake can parse the STARTUP makefile */ static char *_rules[] = { -#ifdef __EMX__ - "MAXLINELENGTH := 8190", - "MAXPROCESSLIMIT := 16", -#else "MAXPROCESSLIMIT := 64", "MAXLINELENGTH := 32766", -#endif #include "dmakeroot.h" ".IMPORT .IGNORE: DMAKEROOT", ".MAKEFILES : makefile.mk Makefile makefile", |