aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e3eb246c..68ed6d67 100644
--- a/Makefile
+++ b/Makefile
@@ -143,8 +143,8 @@ driver/Configuration.ml: Makefile.config
echo 'let system = "$(SYSTEM)"') \
> driver/Configuration.ml
-depend:
- $(COQDEP) $(patsubst %, %/*.v, $(DIRS)) \
+depend: $(FILES)
+ $(COQDEP) $^ \
| sed -e 's|$(ARCH)/$(VARIANT)/|$$(ARCH)/$$(VARIANT)/|g' \
-e 's|$(ARCH)/|$$(ARCH)/|g' \
> .depend