summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-06-18 14:40:37 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-06-18 14:40:37 -0500
commit3c632beb6ca69c05117739de2f935a416c24c88a (patch)
tree8b14a895c5efa5718eedfc058d9dd25f1b8de327 /Makefile.in
parentfix 1eabd795b959830b74c3f3036fefeb143448d898 bad \ (diff)
downloadcore-3c632beb6ca69c05117739de2f935a416c24c88a.tar.gz
core-3c632beb6ca69c05117739de2f935a416c24c88a.zip
'-' prefix in Makefile only works for the first command... work around it
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ce97d28b216e..3a038b3aa259 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)