From 5d5544b800502113ca26d825d9045a1f463774c6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 16 Sep 2014 17:01:46 +0200 Subject: Missing rm of generated file in distclean Change-Id: I463bd51ad054b66c247f4d5ad778d15f476c6520 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {} \; # -- cgit ue='aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara