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
Dmitry Baryshkov
nettle
Commits
6b85d4b5
Commit
6b85d4b5
authored
Nov 28, 2004
by
Niels Möller
Browse files
* tools/Makefile.in (nettle-lfib-stream): Avoid using $< in
non-suffix rule. Rev: src/nettle/tools/Makefile.in:1.12
parent
73ee1fe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/Makefile.in
View file @
6b85d4b5
...
...
@@ -26,7 +26,7 @@ sexp-conv: $(sexp_conv_OBJS) ../libnettle.a
$(LINK)
$(sexp_conv_OBJS)
-lnettle
$(LIBS)
-o
$@
nettle-lfib-stream
:
nettle-lfib-stream.$(OBJEXT) ../libnettle.a
$(LINK)
$<
-lnettle
$(LIBS)
-o
$@
$(LINK)
nettle-lfib-stream.
$(OBJEXT)
-lnettle
$(LIBS)
-o
$@
.c.$(OBJEXT)
:
$(COMPILE)
-c
$<
&&
$(DEP_PROCESS)
...
...
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