Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Brian Smith
nettle
Commits
9020e137
Commit
9020e137
authored
Mar 30, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another fix to the cration of .lib symlinks.
parent
d5896d87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog
ChangeLog
+4
-0
Makefile.in
Makefile.in
+2
-2
No files found.
ChangeLog
View file @
9020e137
2012-03-30 Niels Möller <nisse@lysator.liu.se>
* Makefile.in (soname link): Fixed logic.
2012-03-29 Niels Möller <nisse@lysator.liu.se>
Implementation of Salsa20, contributed by Simon Josefsson.
...
...
Makefile.in
View file @
9020e137
...
...
@@ -177,7 +177,7 @@ $(LIBNETTLE_FORLINK): $(nettle_PURE_OBJS)
(
cd
.lib
\
&&
rm
-f
$(LIBNETTLE_FORLINK)
\
&&
$(LN_S)
../
$(LIBNETTLE_FORLINK)
$(LIBNETTLE_FORLINK)
\
&&
[
-
n
"
$(LIBNETTLE_SONAME)
"
]
\
&&
[
-
z
"
$(LIBNETTLE_SONAME)
"
]
\
||
{
rm
-f
$(LIBNETTLE_SONAME)
\
&&
$(LN_S)
$(LIBNETTLE_FORLINK)
$(LIBNETTLE_SONAME)
;
}
)
...
...
@@ -187,7 +187,7 @@ $(LIBHOGWEED_FORLINK): $(hogweed_PURE_OBJS) $(LIBNETTLE_FORLINK)
(
cd
.lib
\
&&
rm
-f
$(LIBHOGWEED_FORLINK)
\
&&
$(LN_S)
../
$(LIBHOGWEED_FORLINK)
$(LIBHOGWEED_FORLINK)
\
&&
[
-
n
"
$(LIBHOGWEED_SONAME)
"
]
\
&&
[
-
z
"
$(LIBHOGWEED_SONAME)
"
]
\
||
{
rm
-f
$(LIBHOGWEED_SONAME)
\
&&
$(LN_S)
$(LIBHOGWEED_FORLINK)
$(LIBHOGWEED_SONAME)
;
}
)
...
...
Write
Preview
Markdown
is supported
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