aboutsummaryrefslogtreecommitdiff
path: root/contrib/extraction/test
diff options
context:
space:
mode:
authorletouzey2001-04-24 16:38:26 +0000
committerletouzey2001-04-24 16:38:26 +0000
commit3586c044d9f9e48f0043bb3af1bd3fbcc78485a0 (patch)
tree73967eb1a0efb3fc19168ea098c38aea500c3e65 /contrib/extraction/test
parente7d2a1a7e87e827773051b7cce904cb1b00fe609 (diff)
TODO in v.o., test/Makefile moins pire, README avec ref
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1694 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/test')
-rw-r--r--contrib/extraction/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extraction/test/Makefile b/contrib/extraction/test/Makefile
index 89f13c75bd..957cddcf2e 100644
--- a/contrib/extraction/test/Makefile
+++ b/contrib/extraction/test/Makefile
@@ -31,7 +31,7 @@ CMO:= $(patsubst %.ml,%.cmo,$(ML))
# General rules
#
-all: $(ML) .depend $(CMO) v2ml
+all: $(ML) depend $(CMO) v2ml
depend: $(ML)
rm -f .depend; ocamldep $(INCL) $(ML) > .depend