diff options
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) $@ + |