diff options
author | Ingo Schmidt <is@openoffice.org> | 2010-06-01 10:37:26 +0200 |
---|---|---|
committer | Ingo Schmidt <is@openoffice.org> | 2010-06-01 10:37:26 +0200 |
commit | 5ce94ca44025131ce60f0455c13ebb10baf42038 (patch) | |
tree | 5646f1989544704b0dacbdd3b6d3cba23e32e6d8 /instsetoo_native | |
parent | 3496d8389e25cd75f98d4a5359d1405b323f2325 (diff) |
native305 #i92977# new Windows INSTALLLOCATION settings
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index c18f2dad2098..f0b4ace16342 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -105,7 +105,7 @@ PKGFORMAT+=$(MAKETARGETS:e:s/.//) # Independent of PKGFORMAT, always build a default-language openoffice product # also in archive format, so that tests that require an OOo installation (like # smoketestoo_native) have one available: -# openoffice_$(defaultlangiso) : $$@.archive +openoffice_$(defaultlangiso) : $$@.archive .IF "$(VERBOSE)"=="TRUE" VERBOSESWITCH=-verbose |