diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-14 12:52:12 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-14 12:52:12 +0200 |
commit | 0c434dff8e799586ec563cf29a6497c89320f9eb (patch) | |
tree | 4043e0e7d77a99b6f9e1854019ea6ef4494e65d3 /odk/pack | |
parent | 1b36055fe8d0c95b3f43563457bb96204223680c (diff) | |
parent | 0a0bc5ee9809ffe0c0fb80527d9393385ba93708 (diff) |
#i10000# changes from OOO330 m10
Notes
Notes:
split repo tag: sdk_ooo/DEV300_m90
Diffstat (limited to 'odk/pack')
-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))} |