Skip to content
Snippets Groups Projects
Commit 11409781 authored by xleroy's avatar xleroy
Browse files

Cleaner generation of .depend

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1300 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
parent 13910458
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment