summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2021-09-24 07:48:11 +0200
committerNiels Möller <nisse@lysator.liu.se>2021-09-24 07:48:11 +0200
commit52c86f94ccf5bf3108bf393d05b4bd44eb73e982 (patch)
tree42474fd1577b41f8ce6fc9d940870ad72152c6b4 /Makefile.in
parent2b68ee47538cbf471524be574e511d49cac8c786 (diff)
downloadnettle-52c86f94ccf5bf3108bf393d05b4bd44eb73e982.tar.gz
Delete a few old FIXME comments
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 0 insertions, 6 deletions
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 \