aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-06-19 15:58:57 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-06-19 15:58:57 +0200
commitc4444d2bc3ce0ad1c8617803ec993eafd13cd24b (patch)
treed381fc90dd8c001004c73c4cc732c039f4cfda33
parent4b45c51d3d9a19abcc54273cc5cfa51b70352a49 (diff)
downloadcompcert-kvx-c4444d2bc3ce0ad1c8617803ec993eafd13cd24b.tar.gz
compcert-kvx-c4444d2bc3ce0ad1c8617803ec993eafd13cd24b.zip
mistake in Makefile
-rw-r--r--test/monniaux/jpeg-6b/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/jpeg-6b/Makefile b/test/monniaux/jpeg-6b/Makefile
index c689d7a7..5a45b729 100644
--- a/test/monniaux/jpeg-6b/Makefile
+++ b/test/monniaux/jpeg-6b/Makefile
@@ -34,7 +34,7 @@ djpeg.ccomp.k1c: $(LIB_K1C_CCOMP_OFILES) djpeg.gcc.k1c.o
djpeg.%.out: djpeg.%
$(EXECUTE_CYCLES) $< -dct int -ppm -outfile $@.ppm testorig.jpg 2> $@
- cmp $@.ppm testout.ppm 2>> $@
+ cmp $@.ppm testimg.ppm 2>> $@
cjpeg.%.out: cjpeg.%
$(EXECUTE_CYCLES) $< -dct int -outfile $@.jpg testimg.ppm 2> $@