diff options
| author | herbelin | 2003-10-15 13:37:08 +0000 |
|---|---|---|
| committer | herbelin | 2003-10-15 13:37:08 +0000 |
| commit | 3cc0d63f5951e4053652baa51ed26e2494c7d1fa (patch) | |
| tree | 6a1a3da446d54a1551f77b79e4dd4158c27a43b8 /Makefile | |
| parent | f064defc1387c251540361b19f0af751d21c0f82 (diff) | |
Pour eviter que newtheories/Lists/List.v soit refait quand PolyList.v est refait non parce qu'il faut mais parce qu'il a disparu
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4640 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -833,10 +833,10 @@ newtheories/Lists/List.v: newtheories/Lists/PolyList.v (cd newtheories/Lists; cp -f PolyList.v List.v) newtheories/Lists/PolyList.vo: - rm newtheories/Lists/PolyList.v + @cd #nil command: don't compile it newtheories/Lists/PolyListSyntax.vo: - rm newtheories/Lists/PolyListSyntax.v + @cd #nil command: don't compile it # Obsolete ? contrib/interface/AddDad.vo: contrib/interface/AddDad.v $(INTERFACE) states/initial.coq |
