From: Niels Möller Date: Thu, 7 Jul 2011 19:24:35 +0000 (+0200) Subject: Deleted FIXMEs. X-Git-Tag: nettle_2.2_release_20110711~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c93fc7c675c4a08f03a40dbc646c688ec1f06fe3;p=thirdparty%2Fnettle.git Deleted FIXMEs. Rev: nettle/Makefile.in:1.35 --- diff --git a/Makefile.in b/Makefile.in index 3859c15e..f89ddacc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -141,13 +141,11 @@ nettle_PURE_OBJS = $(nettle_OBJS:.$(OBJEXT)=.p$(OBJEXT)) hogweed_OBJS = $(hogweed_SOURCES:.c=.$(OBJEXT)) hogweed_PURE_OBJS = $(hogweed_OBJS:.$(OBJEXT)=.p$(OBJEXT)) -# FIXME: Do we really need to delete the archive first? libnettle.a: $(nettle_OBJS) -rm -f $@ $(AR) $(ARFLAGS) $@ $(nettle_OBJS) $(RANLIB) $@ -# FIXME: Do we really need to delete the archive first? libhogweed.a: $(hogweed_OBJS) -rm -f $@ $(AR) $(ARFLAGS) $@ $(hogweed_OBJS)