From c4444d2bc3ce0ad1c8617803ec993eafd13cd24b Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 19 Jun 2019 15:58:57 +0200 Subject: mistake in Makefile --- test/monniaux/jpeg-6b/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux/jpeg-6b/Makefile') 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> $@ -- cgit