diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-09-17 17:39:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-17 17:41:28 +0300 |
commit | 332f6a5f997677a3468c47a7b7d5b7c448809293 (patch) | |
tree | a3beb492805384aba64a75c8e0d97233df5c65c9 /Makefile.in | |
parent | 5e648ef800a4cf853289e50744aa266ac4651fd1 (diff) |
The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mk
So no need to expand it at configure time in ure/source/unorc, and no need to
handle the related builddir!=srcdir complications.
Change-Id: Ifa34d25fab9ad2da13ed039bf6c5921b0fb58703
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a2271c00fa34..9f5dd1af3186 100644 --- a/Makefile.in +++ b/Makefile.in @@ -169,8 +169,7 @@ distclean : clean compilerplugins-clean $(BUILDDIR)/instsetoo_native/util/openoffice.lst \ $(BUILDDIR)/ios/lo.xcconfig \ $(BUILDDIR)/lo.xcent \ - $(BUILDDIR)/sysui/desktop/macosx/Info.plist \ - $(BUILDDIR)/ure/source/unorc + $(BUILDDIR)/sysui/desktop/macosx/Info.plist find $(SRCDIR)/solenv/gdb -name "*.pyc" -exec rm {} \; # |