INTEGRATION: CWS os2port03 (1.36.46); FILE MERGED
2008/07/16 12:20:16 obr 1.36.46.4: RESYNC: (1.37-1.41); FILE MERGED 2008/04/15 14:38:00 ydario 1.36.46.3: Issue number: i85203 Submitted by: ydario Reviewed by: ydario 2008/01/15 13:52:24 obr 1.36.46.2: RESYNC: (1.36-1.37); FILE MERGED 2008/01/15 09:36:36 ydario 1.36.46.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario
This commit is contained in:
parent
2b2eb9efe3
commit
11cab37e55
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: tg_zip.mk,v $
|
# $RCSfile: tg_zip.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.41 $
|
# $Revision: 1.42 $
|
||||||
#
|
#
|
||||||
# This file is part of OpenOffice.org.
|
# This file is part of OpenOffice.org.
|
||||||
#
|
#
|
||||||
|
@ -36,6 +36,8 @@
|
||||||
command_seperator=&&
|
command_seperator=&&
|
||||||
#command_seperator=^
|
#command_seperator=^
|
||||||
avoid_cvs_dir=-x "*CVS*"
|
avoid_cvs_dir=-x "*CVS*"
|
||||||
|
.ELIF "$(GUI)"=="OS2"
|
||||||
|
command_seperator=&&
|
||||||
.ELSE
|
.ELSE
|
||||||
command_seperator=;
|
command_seperator=;
|
||||||
avoid_cvs_dir=-x "*CVS*"
|
avoid_cvs_dir=-x "*CVS*"
|
||||||
|
|
Loading…
Reference in a new issue