summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2ac54538..174852a59 100755
--- a/Makefile
+++ b/Makefile
@@ -171,7 +171,9 @@ db1-ast/libdb1.a:
exit 1; \
fi
+ifneq ($(wildcard .depend),)
include .depend
+endif
_version:
if [ -d CVS ] && ! [ -f .version ]; then echo "CVS-`date +"%D-%T"`" > .version; fi