[Libreoffice-commits] .: Makefile.in
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sat Jun 18 12:09:56 PDT 2011
Makefile.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 1eabd795b959830b74c3f3036fefeb143448d898
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sat Jun 18 14:09:42 2011 -0500
do not clean dmake if we use the system one
diff --git a/Makefile.in b/Makefile.in
index 7a1ced2..ebb4033 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -123,9 +123,10 @@ clean:
rm -rf */$$INPATH && \
rm -rf solver/*/$$INPATH && \
rm -rf install && \
- $$GNUMAKE -C dmake clean && \
+ifeq (@BUILD_DMAKE@,YES)
+ -$$GNUMAKE -C dmake clean && \
rm -f solenv/*/bin/dmake* && \
- $$GNUMAKE -f GNUmakefile.mk -sr clean
+endif
ifeq (@CROSS_COMPILING@,YES)
. ./*Env.Set.sh && \
rm -rf */$$INPATH_FOR_BUILD && \
More information about the Libreoffice-commits
mailing list