diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-22 16:16:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-22 16:16:08 +0000 |
commit | 86bf90ca4c361085e4ff3f15c66602e9550228d4 (patch) | |
tree | 0318d7b43a91117f554880cdaef901f5d455c3c0 /desktop/source/pkgchk | |
parent | a0596b76631814167337ea65e85a6efb2bf756c3 (diff) |
INTEGRATION: CWS os2port03 (1.10.54); FILE MERGED
2008/07/16 12:30:34 obr 1.10.54.2: RESYNC: (1.10-1.15); FILE MERGED
2008/01/14 16:25:09 ydario 1.10.54.1: new deliveries, use short name for dp_misc
Issue number:i85203
Submitted by:ydario
Diffstat (limited to 'desktop/source/pkgchk')
-rw-r--r-- | desktop/source/pkgchk/unopkg/makefile.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/desktop/source/pkgchk/unopkg/makefile.mk b/desktop/source/pkgchk/unopkg/makefile.mk index c47d03197625..3562fad961d9 100644 --- a/desktop/source/pkgchk/unopkg/makefile.mk +++ b/desktop/source/pkgchk/unopkg/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # # This file is part of OpenOffice.org. # @@ -33,7 +33,11 @@ PRJ = ..$/..$/.. PRJNAME = desktop TARGET = unopkg +.IF "$(GUI)" == "OS2" +TARGETTYPE = CUI +.ELSE TARGETTYPE = GUI +.ENDIF ENABLE_EXCEPTIONS = TRUE LIBTARGET=NO @@ -98,3 +102,5 @@ $(APP1TARGETN) : $(MISC)$/binso_created.flg $(MISC)$/binso_created.flg: @@-$(MKDIRHIER) $(BIN)$/so && $(TOUCH) $@ + @@-$(MKDIRHIER) $(MISC)$/so && $(TOUCH) $@ + |