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
5d3b155f
Commit
5d3b155f
authored
Mar 29, 2012
by
Niels Möller
Browse files
Fixed to in rule to make soname links.
parent
8d689619
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5d3b155f
2012-03-29 Niels Möller <nisse@lysator.liu.se>
* Makefile.in (soname links): Adding missing space before ].
2012-03-23 Niels Möller <nisse@lysator.liu.se>
* arcfour.h (arcfour_stream): Deleted obsolete prototype.
...
...
Makefile.in
View file @
5d3b155f
...
...
@@ -176,7 +176,7 @@ $(LIBNETTLE_FORLINK): $(nettle_PURE_OBJS)
(
cd
.lib
\
&&
rm
-f
$(LIBNETTLE_FORLINK)
\
&&
$(LN_S)
../
$(LIBNETTLE_FORLINK)
$(LIBNETTLE_FORLINK)
\
&&
[
-n
"
$(LIBNETTLE_SONAME)
"
]
\
&&
[
-n
"
$(LIBNETTLE_SONAME)
"
]
\
||
{
rm
-f
$(LIBNETTLE_SONAME)
\
&&
$(LN_S)
$(LIBNETTLE_FORLINK)
$(LIBNETTLE_SONAME)
;
}
)
...
...
@@ -186,7 +186,7 @@ $(LIBHOGWEED_FORLINK): $(hogweed_PURE_OBJS) $(LIBNETTLE_FORLINK)
(
cd
.lib
\
&&
rm
-f
$(LIBHOGWEED_FORLINK)
\
&&
$(LN_S)
../
$(LIBHOGWEED_FORLINK)
$(LIBHOGWEED_FORLINK)
\
&&
[
-n
"
$(LIBHOGWEED_SONAME)
"
]
\
&&
[
-n
"
$(LIBHOGWEED_SONAME)
"
]
\
||
{
rm
-f
$(LIBHOGWEED_SONAME)
\
&&
$(LN_S)
$(LIBHOGWEED_FORLINK)
$(LIBHOGWEED_SONAME)
;
}
)
...
...
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