summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6426us-u904.(none)>2009-10-29 22:00:30 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:18 -0600
commit22568919e9bdf29557be5aa3c69857d815a93751 (patch)
tree68e7d8fcca18d266962ae7b752ee8d05dcdf6f9d /Makefile.in
parent5688c8498f178feb364afdb714f580b295e983a0 (diff)
rework rvs's build system, currently, it doesn't build :(
it fails on the plugins, the wrapper works fine
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