diff options
author | obo <obo@openoffice.org> | 2010-10-08 08:25:00 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-10-08 08:25:00 +0200 |
commit | 036b114b8aa43c03938ca5490520e2a0338d66ad (patch) | |
tree | 97b002b694f601386765c85805642e1e50f246bf | |
parent | 2f5dc5e7caefe230928f08307a56aae1dc5aa701 (diff) | |
parent | 9814eda06094b974eaa2b151ed74cd8bb273b8c6 (diff) |
CWS-TOOLING: integrate CWS sdk331ooo/OOO330_m13ooo/OOO330_m12ooo/OOO330_m11ooo/OOO330_m10
-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 52efe87f..02471bd5 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))} |