diff options
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 --------------------------------------------------- |