diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 15:11:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 15:11:15 +0000 |
commit | b920b91da4f9051370b6a24a6ebe49de7873062b (patch) | |
tree | 6aa1fbce25afddd4a15f1707b92a4e33724cd6c8 /instsetoo_native/util/makefile.mk | |
parent | 08918c710454020bc195f25f5ec773ca66e6cc99 (diff) |
#i10000# Fix by pjanik for bug introduced with CWS configure10
Diffstat (limited to 'instsetoo_native/util/makefile.mk')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index c5d306df84e5..eae8112e8724 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -108,16 +108,16 @@ LOCALPYFILES= \ # native - "Native" software distribution for the platform # portable - Portable software distribution -.IF "$(EPM)"=="NO" && "$(USE_PACKAGER)"=="" +.IF "$(GUI)"!="WNT" && "$(EPM)"=="NO" && "$(USE_PACKAGER)"=="" ALLTAR : $(LOCALPYFILES) @echo "No EPM: do no packaging at this stage" -.ELSE # "$(PKGFORMAT)"!="" && "$(EPM)"=="" && "$(USE_PACKAGER)"=="" +.ELSE # "$(GUI)"!="WNT" && "$(EPM)"=="NO" && "$(USE_PACKAGER)"=="" .IF "$(UPDATER)"=="" || "$(USE_PACKAGER)"=="" ALLTAR : openoffice .ELSE # "$(UPDATER)"=="" || "$(USE_PACKAGER)"=="" ALLTAR : updatepack .ENDIF # "$(UPDATER)"=="" || "$(USE_PACKAGER)"=="" -.ENDIF # "$(PKGFORMAT)"!="" && "$(EPM)"=="" && "$(USE_PACKAGER)"=="" +.ENDIF # "$(GUI)"!="WNT" && "$(EPM)"=="NO" && "$(USE_PACKAGER)"=="" .IF "$(PKGFORMAT)"!="" PKGFORMATSWITCH=-format $(PKGFORMAT) |