diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:08:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:08:38 +0000 |
commit | a092f4cf02f646759fac83f6e7c313b5d6e3f34c (patch) | |
tree | e8698a31786a63967bd474d7b739e2057a4fdf9d /dmake/msdos | |
parent | 725b90dafddc6208e99cf5246e6496ac3df036ec (diff) |
INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:31 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/msdos')
-rw-r--r-- | dmake/msdos/startup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/msdos/startup.h b/dmake/msdos/startup.h index 22eeb863e809..660285c4b19b 100644 --- a/dmake/msdos/startup.h +++ b/dmake/msdos/startup.h @@ -1,4 +1,4 @@ -/* RCS $Id: startup.h,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $ +/* RCS $Id: startup.h,v 1.2 2006-04-20 12:06:36 hr Exp $ -- -- SYNOPSIS -- Dmake startup header file definition. @@ -23,4 +23,4 @@ -- Use cvs log to obtain detailed change logs. */ -"MAKESTARTUP := $(MAKECMD:d)startup/startup.mk", +"MAKESTARTUP := $(DMAKEROOT)\\startup.mk", |