summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/makefile.mk
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2010-09-15 14:06:36 +0200
committerRene Engelhard <rene@debian.org>2010-09-15 14:06:36 +0200
commit92d67985baf4d6f834190f2ed8d8c09bf56a8a57 (patch)
tree4fc55af9189b39250552c676c0cb0b8d0c5b86b3 /sdext/source/presenter/makefile.mk
parent4ce7dc44f25400b35e1c4f397d18d16bf628fc55 (diff)
remove useless license prompt for extensions
Diffstat (limited to 'sdext/source/presenter/makefile.mk')
-rwxr-xr-xsdext/source/presenter/makefile.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk
index 08a3470fc24d..17bc1ed2cf59 100755
--- a/sdext/source/presenter/makefile.mk
+++ b/sdext/source/presenter/makefile.mk
@@ -115,12 +115,6 @@ ZIP1LIST= *
DESCRIPTION:=$(ZIP1DIR)$/description.xml
-.IF "$(GUI)" == "WIN" || "$(GUI)" == "WNT"
-PACKLICS:=$(foreach,i,$(alllangiso) $(ZIP1DIR)$/registry$/license_$i)
-.ELSE
-PACKLICS:=$(foreach,i,$(alllangiso) $(ZIP1DIR)$/registry$/LICENSE_$i)
-.ENDIF
-
.IF "$(WITH_LANG)"==""
FIND_XCU=registry/data
.ELSE # "$(WITH_LANG)"==""
@@ -254,7 +248,6 @@ COMPONENT_HELP= \
# $(foreach,l,$(alllangiso) $(ZIP1DIR)$/help$/$l$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp)
ZIP1DEPS= \
- $(PACKLICS) \
$(DESCRIPTION) \
$(COMPONENT_MANIFEST) \
$(COMPONENT_FILES) \
@@ -343,16 +336,6 @@ $(COMPONENT_LIBRARY) : $(DLLDEST)$/$$(@:f)
.ENDIF
-.IF "$(GUI)" == "WIN" || "$(GUI)" == "WNT"
-$(PACKLICS) : $(SOLARBINDIR)$/osl$/license$$(@:b:s/_/./:e:s/./_/)$$(@:e).txt
- @@-$(MKDIRHIER) $(@:d)
- $(GNUCOPY) $< $@
-.ELSE
-$(PACKLICS) : $(SOLARBINDIR)$/osl$/LICENSE$$(@:b:s/_/./:e:s/./_/)$$(@:e)
- @@-$(MKDIRHIER) $(@:d)
- $(GNUCOPY) $< $@
-.ENDIF
-
$(ZIP1DIR)/%.xcu : %.xcu
@@-$(MKDIRHIER) $(@:d)