Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
c93fc7c6
Commit
c93fc7c6
authored
Jul 07, 2011
by
Niels Möller
Browse files
Deleted FIXMEs.
Rev: nettle/Makefile.in:1.35
parent
52427e0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
c93fc7c6
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment