summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fe2a268..b6ce55e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -80,5 +80,7 @@ Makefiles : $(shell find '$(srcdir)' -type f -name Makefile.in) \
sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \
rm -f $@.$$$$
-include $(csources:.c=.d)
+ifneq ($(shell ls -d $(csources:.c=.d) 2>/dev/null),)
+ include $(csources:.c=.d)
+endif