summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-02-28 09:51:12 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2013-02-28 09:52:01 +0100
commit2057218fbc9a688fe8d3aff64634d8826e4b6ebe (patch)
treefc7d7e6088f3d7a32ebddf4a8929a5ef3720332c /Makefile.in
parent1f97fe05473f72cc79b2d08fa3477e8fbca73bac (diff)
fix BUILDDIR <> SRCDIR in makefiles
Change-Id: I7b6cc6b638cec5e552492548a878325b3fe1119d
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7cd9548c02a2..09788ff8ed1a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -126,11 +126,11 @@ distclean : clean compilerplugins-clean
$(BUILDDIR)/config_host.mk \
$(BUILDDIR)/config_host.mk.stamp \
$(BUILDDIR)/config_host/*.h \
+ $(BUILDDIR)/config_host/*.mk \
$(BUILDDIR)/configure \
$(BUILDDIR)/instsetoo_native/util/openoffice.lst \
$(BUILDDIR)/lo.xcent \
- $(BUILDDIR)/solenv/inc/minor.mk \
- $(BUILDDIR)/warn
+ $(BUILDDIR)/solenv/inc/minor.mk
find $(SOLARENV)/gdb -name "*.pyc" -exec rm {} \;
#