summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-16 17:01:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-16 17:01:46 +0200
commit5d5544b800502113ca26d825d9045a1f463774c6 (patch)
treea02b3821009920e930cc944c0723b69304ad60bb /Makefile.in
parentd1a734cef0ed5d655774c2f8ac7a2203f8c0a385 (diff)
Missing rm of generated file in distclean
Change-Id: I463bd51ad054b66c247f4d5ad778d15f476c6520
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9f5dd1af3186..a2271c00fa34 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -169,7 +169,8 @@ distclean : clean compilerplugins-clean
$(BUILDDIR)/instsetoo_native/util/openoffice.lst \
$(BUILDDIR)/ios/lo.xcconfig \
$(BUILDDIR)/lo.xcent \
- $(BUILDDIR)/sysui/desktop/macosx/Info.plist
+ $(BUILDDIR)/sysui/desktop/macosx/Info.plist \
+ $(BUILDDIR)/ure/source/unorc
find $(SRCDIR)/solenv/gdb -name "*.pyc" -exec rm {} \;
#