aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76ebe28acb..3e8324bc0a 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