aboutsummaryrefslogtreecommitdiff
path: root/Makefile.include.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.include.in')
-rw-r--r--Makefile.include.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.include.in b/Makefile.include.in
index 04fcbf8574..c351bdcf33 100644
--- a/Makefile.include.in
+++ b/Makefile.include.in
@@ -79,7 +79,7 @@ GEN_DEPS=\
&& sed -e 's/\#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $*.d >> $*.P \
&& rm -f $*.d \
- || rm -f $*.P $@
+ || ( rm -f $*.P $@ && exit 1 )
%.o: %.cpp
@rm -f $@