aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-06-29 11:17:18 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-06-29 11:17:18 +0000
commit1f9392857ef1a29e9b4d8ee43dbad0b93a745b13 (patch)
treeaffc04a888f7d7d5c9d963547bd8df54236b750a /Makefile
parent71c2c283334a7759d81a4d73905b513e3ed749fb (diff)
Utilisation du STRIP de config/Makefile pour gérer le mode profile
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@533 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76ebe28ac..3e8324bc0 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ world: $(COQBINARIES) states theories contrib tools
coqtop.opt: $(COQMKTOP) $(CMX)
$(COQMKTOP) -opt $(OPTFLAGS) -o coqtop.opt
- strip ./coqtop.opt
+ $(STRIP) ./coqtop.opt
coqtop.byte: $(COQMKTOP) $(CMO) Makefile
$(COQMKTOP) -top $(BYTEFLAGS) -o coqtop.byte