From 52c86f94ccf5bf3108bf393d05b4bd44eb73e982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Fri, 24 Sep 2021 07:48:11 +0200 Subject: Delete a few old FIXME comments --- Makefile.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index c2ce4cd6..e6fc25b8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,6 @@ include config.make PRE_CPPFLAGS = -I. EXTRA_CFLAGS = $(CCPIC) -# FIXME: Add configuration of LIBEXT? LIBTARGETS = @IF_STATIC@ libnettle.a @IF_HOGWEED@ libhogweed.a SHLIBTARGETS = @IF_SHARED@ $(LIBNETTLE_FORLINK) @IF_HOGWEED@ $(LIBHOGWEED_FORLINK) @@ -67,11 +66,6 @@ check-fat: NETTLE_FAT_OVERRIDE=$$f $(MAKE) check ; \ done -# FIXME: Remove. These targets aren't supported, but they are expected by the -# automake generated Makefiles in the lsh build. -dvi installcheck uninstallcheck: - true - all-here: $(TARGETS) $(DOCTARGETS) nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c aes-decrypt-table.c \ -- cgit v1.2.1