Skip to content
GitLab
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
99b7b172
Commit
99b7b172
authored
Oct 20, 2004
by
Niels Möller
Browse files
* tools/Makefile.in (install): Support DESTDIR.
(uninstall): New target. Rev: src/nettle/tools/Makefile.in:1.3
parent
bd52b97f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/Makefile.in
View file @
99b7b172
...
...
@@ -59,8 +59,13 @@ check:
true
install
:
$(TARGETS)
$(INSTALL)
-d
$(bindir)
$(INSTALL_PROGRAM)
$(TARGETS)
$(bindir)
$(INSTALL)
-d
$(DESTDIR)$(bindir)
$(INSTALL_PROGRAM)
$(TARGETS)
$(DESTDIR)$(bindir)
uninstall
:
for
f
in
$(TARGETS)
;
do
\
rm
-f
$(DESTDIR)$(bindir)
/
$$
f
;
\
done
distdir
:
$(DISTFILES)
cp
$^
$(distdir)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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