[Libreoffice-commits] .: Makefile.in
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sat Jun 18 12:41:01 PDT 2011
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7369967ddf3df61a220e5bc3171bcc9bde97da56
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sat Jun 18 14:40:37 2011 -0500
'-' prefix in Makefile only works for the first command... work around it
diff --git a/Makefile.in b/Makefile.in
index ce97d28..3a038b3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -125,7 +125,7 @@ clean:
rm -rf install
ifeq (@BUILD_DMAKE@,YES)
. ./*Env.Set.sh && \
- -$$GNUMAKE -C dmake clean && \
+ (if [ -f dmake/Makefile ] ; then $$GNUMAKE -C dmake clean; fi) && \
rm -f solenv/*/bin/dmake*
endif
ifeq (@CROSS_COMPILING@,YES)
More information about the Libreoffice-commits
mailing list