aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-11-02 03:19:54 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-11-02 03:19:54 -0400
commitce66cff4fb2ce5ba8160b922767923a939c653d1 (patch)
treef7d4af7564da9271b69471981e48133107b5d117 /Makefile
parent984f4adef33698ef2fa62f630eb0ef2c7b1f6bf6 (diff)
Pipe output of gmpxx run to log file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c9b64414..1e928ef55 100644
--- a/Makefile
+++ b/Makefile
@@ -296,7 +296,7 @@ $(GENERATED_GMPXX) : %/gmpxx : %/compilerxx.sh src/Specific/Framework/bench/gmpx
sh $*/compilerxx.sh src/Specific/Framework/bench/gmpxx.cpp -o $@
$(GENERATED_GMPXX_MEASUREMENTS) : %/gmpxx.log : %/gmpxx
- $<
+ $< > $@
.PHONY: generated-py-bench
generated-py-bench: $(GENERATED_PY_MEASUREMENTS)