]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Deleted FIXMEs.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 7 Jul 2011 19:24:35 +0000 (21:24 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 7 Jul 2011 19:24:35 +0000 (21:24 +0200)
Rev: nettle/Makefile.in:1.35

Makefile.in

index 3859c15efdc16dccc1778cb1d948467b185245ad..f89ddacc6c97191c979733511e085291885f8800 100644 (file)
@@ -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)