summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArtyom Poptsov <poptsov.artyom@gmail.com>2014-07-20 01:37:02 +0400
committerArtyom Poptsov <poptsov.artyom@gmail.com>2014-07-20 01:37:02 +0400
commit3f83478847843338c09e4edd06a4af8de16cb310 (patch)
treeab5bf8e1cd4ef3790c640f66a5fa973daf204f28 /Makefile.am
parentTODO: Update (diff)
downloadguile-ssh-3f83478847843338c09e4edd06a4af8de16cb310.tar.gz
README: Require GNU Guile 2.0
* README: Require GNU Guile 2.0. * doc/guile-ssh.texi (Installation): Likewise. * configure.ac: Remove checks related to GNU Guile 1.8. * Makefile.am, ssh/Makefile.am: Likewise. * doc/version.texi: Update. * NEWS: Update.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4e7115d..54f4712 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,10 +27,8 @@ EXTRA_DIST = \
.dir-locals.el \
TODO
-if HAVE_GUILE_VM
clean-go:
@cd ssh; make clean-go
.PHONY: clean-go
-endif HAVE_GUILE_VM
## Makefile.am ends here