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
Wim Lewis
nettle
Commits
b6b5bbc9
Commit
b6b5bbc9
authored
Jun 02, 2007
by
Magnus Holmgren
Committed by
Niels Möller
Jun 02, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fixes to install targets, spotted by Magnus Holmgren.
Rev: nettle/Makefile.in:1.4
parent
203e4e89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile.in
Makefile.in
+3
-3
No files found.
Makefile.in
View file @
b6b5bbc9
...
...
@@ -248,7 +248,7 @@ config.m4: config.m4.in config.status
# Installation
install-here
:
install-info install-headers install-static
\
@IF_SHARED
$
install-shared-nettle @IF_HOGWEED@ install-shared-hogweed
@IF_SHARED
@
install-shared-nettle @IF_HOGWEED@ install-shared-hogweed
install-static
:
$(LIBTARGETS)
$(MKDIR_P)
$(DESTDIR)$(libdir)
...
...
@@ -262,7 +262,7 @@ install-shared-nettle: $(LIBNETTLE_FORLINK)
[
-z
"
$(LIBNETTLE_SONAME)
"
]
\
||
(
cd
$(DESTDIR)$(libdir)
\
&&
ln
-sf
$(LIBNETTLE_FILE)
$(LIBNETTLE_SONAME)
\
&&
ln
-sf
$(LIBNETTLE_FILE)
$(LIBNETTLE_FORLINK)
&&
ln
-sf
$(LIBNETTLE_FILE)
$(LIBNETTLE_FORLINK)
)
install-shared-hogweed
:
$(LIBHOGWEED_FORLINK)
$(MKDIR_P)
$(DESTDIR)$(libdir)
...
...
@@ -270,7 +270,7 @@ install-shared-hogweed: $(LIBHOGWEED_FORLINK)
[
-z
"
$(LIBHOGWEED_SONAME)
"
]
\
||
(
cd
$(DESTDIR)$(libdir)
\
&&
ln
-sf
$(LIBHOGWEED_FILE)
$(LIBHOGWEED_SONAME)
\
&&
ln
-sf
$(LIBHOGWEED_FILE)
$(LIBHOGWEED_FORLINK)
&&
ln
-sf
$(LIBHOGWEED_FILE)
$(LIBHOGWEED_FORLINK)
)
# I'd like to use makes VPATH search to locate the files to be
# installed. But it seems most make programs don't set $<, $^, $? and
...
...
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