Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
0aefb758
Commit
0aefb758
authored
May 14, 2007
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (libnettle.so, libhogweed.so): Fixed rules.
Rev: nettle/Makefile.in:1.3
parent
719a9a0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile.in
Makefile.in
+2
-2
No files found.
Makefile.in
View file @
0aefb758
...
...
@@ -142,13 +142,13 @@ libhogweed.a: $(hogweed_OBJS)
# Rules building shared libraries
$(LIBNETTLE_FORLINK)
:
$(nettle_PURE_OBJS)
$(
SH
LIBLINK)
$(nettle_PURE_OBJS)
-o
$@
$(LIBNETTLE_LIBS)
$(LIB
NETTLE_
LINK)
$(nettle_PURE_OBJS)
-o
$@
$(LIBNETTLE_LIBS)
-
mkdir
.lib 2>/dev/null
[
-z
"
$(LIBNETTLE_SONAME)
"
]
||
(
cd
.lib
\
&&
ln
-sf
../
$(LIBNETTLE_FORLINK)
$(LIBNETTLE_SONAME)
)
$(LIBHOGWEED_FORLINK)
:
$(hogweed_PURE_OBJS)
$(
SH
LIBLINK)
$(hogweed_PURE_OBJS)
-o
$@
$(LIBHOGWEED_LIBS)
$(LIB
HOGWEED_
LINK)
$(hogweed_PURE_OBJS)
-o
$@
$(LIBHOGWEED_LIBS)
-
mkdir
.lib 2>/dev/null
[
-z
"
$(LIBHOGWEED_SONAME)
"
]
||
(
cd
.lib
\
&&
ln
-sf
../
$(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