diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-11 02:56:22 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-11 02:58:01 +0200 |
commit | 5f03eb4bc698d0915e7f75605347780ab8d2b4de (patch) | |
tree | c96ec3a12922371ee5a84617ea9dd01115e0d0a7 /sysui | |
parent | cef915c38b08bfa1e99d36e948cd759ddb46d61f (diff) |
The common_build stuff is surely obsolete
Diffstat (limited to 'sysui')
-rwxr-xr-x | sysui/desktop/solaris/makefile.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysui/desktop/solaris/makefile.mk b/sysui/desktop/solaris/makefile.mk index f74dae146e84..703ff0a000b0 100755 --- a/sysui/desktop/solaris/makefile.mk +++ b/sysui/desktop/solaris/makefile.mk @@ -95,17 +95,6 @@ $(MISC)/{$(PRODUCTLIST)}/postremove : $$(@:f) @$(MKDIRHIER) $(@:d) @cat $(@:f) | tr -d "\015" > $@ -# --- 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 --------------------------------------------------- # Copy the prototype file to $(MISC) |