Skip to content
Snippets Groups Projects
Commit c93fc7c6 authored by Niels Möller's avatar Niels Möller
Browse files

Deleted FIXMEs.

Rev: nettle/Makefile.in:1.35
parent 52427e0e
Branches
Tags
No related merge requests found
...@@ -141,13 +141,11 @@ nettle_PURE_OBJS = $(nettle_OBJS:.$(OBJEXT)=.p$(OBJEXT)) ...@@ -141,13 +141,11 @@ nettle_PURE_OBJS = $(nettle_OBJS:.$(OBJEXT)=.p$(OBJEXT))
hogweed_OBJS = $(hogweed_SOURCES:.c=.$(OBJEXT)) hogweed_OBJS = $(hogweed_SOURCES:.c=.$(OBJEXT))
hogweed_PURE_OBJS = $(hogweed_OBJS:.$(OBJEXT)=.p$(OBJEXT)) hogweed_PURE_OBJS = $(hogweed_OBJS:.$(OBJEXT)=.p$(OBJEXT))
# FIXME: Do we really need to delete the archive first?
libnettle.a: $(nettle_OBJS) libnettle.a: $(nettle_OBJS)
-rm -f $@ -rm -f $@
$(AR) $(ARFLAGS) $@ $(nettle_OBJS) $(AR) $(ARFLAGS) $@ $(nettle_OBJS)
$(RANLIB) $@ $(RANLIB) $@
# FIXME: Do we really need to delete the archive first?
libhogweed.a: $(hogweed_OBJS) libhogweed.a: $(hogweed_OBJS)
-rm -f $@ -rm -f $@
$(AR) $(ARFLAGS) $@ $(hogweed_OBJS) $(AR) $(ARFLAGS) $@ $(hogweed_OBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment