diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2000-06-29 11:17:18 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2000-06-29 11:17:18 +0000 |
commit | 1f9392857ef1a29e9b4d8ee43dbad0b93a745b13 (patch) | |
tree | affc04a888f7d7d5c9d963547bd8df54236b750a /Makefile | |
parent | 71c2c283334a7759d81a4d73905b513e3ed749fb (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |