diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-09-29 07:10:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-09-29 07:10:23 +0000 |
commit | 938ba61dda96175af54c78156c24cb7779a62189 (patch) | |
tree | 9953594181c8a6f32ea8f99a9458aeca89ce811b /sysui/desktop/solaris | |
parent | 97734d28c1f4485a4bd8c9130dc50ce2b22fa36f (diff) |
CWS-TOOLING: integrate CWS sysui32_DEV300
Diffstat (limited to 'sysui/desktop/solaris')
-rw-r--r-- | sysui/desktop/solaris/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysui/desktop/solaris/makefile.mk b/sysui/desktop/solaris/makefile.mk index 645ad84b1562..23076ec7fcca 100644 --- a/sysui/desktop/solaris/makefile.mk +++ b/sysui/desktop/solaris/makefile.mk @@ -101,13 +101,14 @@ $(MISC)/{$(PRODUCTLIST)}/postremove : $$(@:f) # --- openoffice.xml--------------------------- +.IF "$(common_build)"=="TRUE" # Copy the openoffice.org.xml file to $(MISC) #$(MISC)/$(foreach,i,$(PRODUCTLIST) $i/$i.xml) : $(COMMONMISC)/$$(@:b)/openoffice.org.xml $(MISC)/$(foreach,i,$(PRODUCTLIST) $(MISC)/$i/openoffice.org.xml) : $(COMMONMISC)/$$(@:b)/openoffice.org.xml $(MKDIRHIER) $(@:d) echo hier hier $@ cat $< | tr -d "\015" > $@ - +.ENDIF # "$(COMMON_BUILD)"=="" # --- prototype --------------------------------------------------- |