From 22568919e9bdf29557be5aa3c69857d815a93751 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 29 Oct 2009 22:00:30 -0400 Subject: rework rvs's build system, currently, it doesn't build :( it fails on the plugins, the wrapper works fine --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3