diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-10-21 15:10:42 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-10-21 15:10:42 +0200 |
commit | 11cbcded85208d00cca8fc1b3d220b9154e268fc (patch) | |
tree | 3466c550d88732aa287a7057d6c59da77deb834e | |
parent | db8ddf36c1b0bcb7d8f26af16640ff9f1c128087 (diff) | |
parent | 0c434dff8e799586ec563cf29a6497c89320f9eb (diff) |
CWS changehid: resync to m90
Notes
Notes:
split repo tag: sdk_ooo/DEV300_m91
split repo tag: sdk_ooo/DEV300_m92
-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))} |