summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-08-03 10:45:29 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-08-03 10:45:29 +0300
commit537391127f76fb6c53b44b6ebae5d3d6f7e3efaf (patch)
treecccaceac60cfb351aeaa10ca741b10d05fb4c8d1 /Makefile.am
parenttunnel.scm: Use plain SRFI-9 records (diff)
downloadguile-ssh-537391127f76fb6c53b44b6ebae5d3d6f7e3efaf.tar.gz
Makefile.am: Fix 'clean-go' target
* Makefile.am (clean-go): Fix the target. * modules/ssh/Makefile.am (clean-go): Likewise. * modules/Makefile.am (clean-go): New target.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7229acd..3b9867a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,7 @@ dist-hook: gen-ChangeLog
.PHONY: gen-ChangeLog
clean-go:
- @cd ssh; make clean-go
+ @cd modules; make clean-go
.PHONY: clean-go
## Makefile.am ends here