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
LSH
lsh
Commits
dba19e1c
Commit
dba19e1c
authored
Aug 31, 2009
by
Niels Möller
Browse files
* Makefile.in (install uninstall): Recurse into sftp directory.
Rev: Makefile.in:1.7
parent
f3f19eec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
dba19e1c
...
...
@@ -21,7 +21,7 @@ all check:
# Don't install any of the bundled libraries.
install uninstall
:
set
-e
;
for
d
in
src doc
;
do
\
set
-e
;
for
d
in
src
sftp
doc
;
do
\
echo
"Making
$@
in
$$
d"
;
(
cd
$$
d
&&
$(MAKE)
$@
)
;
done
clean distclean mostlyclean maintainer-clean tags
:
...
...
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