summaryrefslogtreecommitdiff
path: root/dmake/unix
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-04-20 13:23:06 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-04-20 13:23:06 +0000
commitc5fb6f50ed2928d534cbda4df613f84d3fa7c6b0 (patch)
tree31016778b771d54c1b255ab231aaa760aea9af97 /dmake/unix
parent81d03cb03996c601bdbf6ef36f071b58172a928d (diff)
use installation directory from configure for DMAKEROOT, DMAKEROOT can still be overridden by environment
Diffstat (limited to 'dmake/unix')
-rw-r--r--dmake/unix/ruletab.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmake/unix/ruletab.c b/dmake/unix/ruletab.c
index a7723ad0e8bb..b28a42833545 100644
--- a/dmake/unix/ruletab.c
+++ b/dmake/unix/ruletab.c
@@ -1,4 +1,4 @@
-/* RCS $Id: ruletab.c,v 1.1.1.1 2000-09-22 15:33:33 hr Exp $
+/* RCS $Id: ruletab.c,v 1.2 2001-04-20 14:23:06 mh Exp $
--
-- SYNOPSIS
-- Default initial configuration of dmake.
@@ -32,6 +32,7 @@
static char *_rules[] = {
"MAXPROCESSLIMIT := 10",
"MAXLINELENGTH := 8190",
+#include "dmakeroot.h"
".IMPORT .IGNORE: DMAKEROOT SOLARVER UPD INPATH OS UPDMINOREXT",
".MAKEFILES : makefile.mk Makefile makefile",
".SOURCE : .NULL",