2019-01-19 Niels Möller <nisse@lysator.liu.se>
+ * examples/Makefile.in (TARGETS): Delete eratosthenes, left over
+ from earlier change.
+
* fat-arm.c: Fix declarations of chacha_core functions.
From Yuriy M. Kaminskiy:
ENC_TARGETS = base16enc$(EXEEXT) base16dec$(EXEEXT) \
base64enc$(EXEEXT) base64dec$(EXEEXT)
-TARGETS = nettle-benchmark$(EXEEXT) eratosthenes$(EXEEXT) \
+TARGETS = nettle-benchmark$(EXEEXT) \
$(ENC_TARGETS) @IF_HOGWEED@ $(HOGWEED_TARGETS)
SOURCES = nettle-benchmark.c hogweed-benchmark.c ecc-benchmark.c \