diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:06:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:06:11 +0000 |
commit | 720d9cf8ba256b6885da2d0a1931aae38d40de73 (patch) | |
tree | d685564d3e10589282ef8119f7d9b240cc6e2952 /dmake/mac | |
parent | bd0d466a295ffdd128531e8edd582069639a543a (diff) |
INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:30 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
Diffstat (limited to 'dmake/mac')
-rw-r--r-- | dmake/mac/ruletab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/mac/ruletab.c b/dmake/mac/ruletab.c index d970b6eb9848..520e2089201e 100644 --- a/dmake/mac/ruletab.c +++ b/dmake/mac/ruletab.c @@ -1,4 +1,4 @@ -/* RCS $Id: ruletab.c,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $ +/* RCS $Id: ruletab.c,v 1.2 2006-04-20 12:05:16 hr Exp $ -- -- SYNOPSIS -- Default initial configuration of dmake. @@ -33,7 +33,7 @@ static char *_rules[] = { "MAXLINELENGTH := 4094", "MAXPROCESSLIMIT := 1", "MAXPROCESS := 1", - ".IMPORT .IGNORE: DMAKEROOT SOLARVER UPD INPATH OS UPDMINOREXT", + ".IMPORT .IGNORE: DMAKEROOT", ".MAKEFILES : makefile.mk Makefile makefile", ".SOURCE : .NULL", #include "startup.h" |