diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2010-10-04 08:01:27 +0200 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2010-10-04 08:01:27 +0200 |
commit | 3598a25179735eecbeed9c65e296c9353af9b727 (patch) | |
tree | 4d1731534ddc1f84d9dc7ad907ab82eddb2d3d4b /odk/pack/copying | |
parent | 1c802c77f98ff4b10235f4c098710b038cd94f13 (diff) |
sdk331: 114884: remove unofficial api's
Diffstat (limited to 'odk/pack/copying')
-rw-r--r-- | odk/pack/copying/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/pack/copying/makefile.mk b/odk/pack/copying/makefile.mk index 52efe87ff797..02471bd53638 100644 --- a/odk/pack/copying/makefile.mk +++ b/odk/pack/copying/makefile.mk @@ -34,7 +34,7 @@ TARGET=copying .INCLUDE: $(PRJ)/util/makefile.pmk #---------------------------------------------------------------- -IDLLIST:={$(subst,/,/ $(shell @$(FIND) $(IDLOUT) -type f | sed -e '/star.portal/d' -e'/star.webservices/d'))} +IDLLIST:={$(subst,/,/ $(shell @$(FIND) $(IDLOUT)/com -type f))} DESTIDLLIST={$(subst,$(IDLOUT),$(DESTDIRIDL) $(IDLLIST))} DESTINCLUDELIST={$(subst,$(SOLARINCDIR),$(DESTDIRINC) $(INCLUDELIST))} |