Set product="" when "$(dbgutil)"!="" since much code requires this and the OpenOffice build always starts dmake with product="full".
This commit is contained in:
parent
2781f67889
commit
0f10c16a08
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: settings.mk,v $
|
||||
#
|
||||
# $Revision: 1.15 $
|
||||
# $Revision: 1.16 $
|
||||
#
|
||||
# last change: $Author: mh $ $Date: 2000-12-03 13:51:40 $
|
||||
# last change: $Author: pluby $ $Date: 2000-12-03 16:36:11 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -477,6 +477,10 @@ product!=compact
|
|||
dbgutil!=true
|
||||
.ENDIF
|
||||
|
||||
.IF "$(dbgutil)"!=""
|
||||
product!=
|
||||
.ENDIF
|
||||
|
||||
.IF "$(product)"==""
|
||||
.IF "$(RES_ENUS)"==""
|
||||
SRSDEFAULT=-SrsDefault
|
||||
|
|
Loading…
Reference in a new issue