summaryrefslogtreecommitdiffstats
path: root/make/openssh.mk
diff options
context:
space:
mode:
authorEric Andersen2003-11-12 10:31:12 +0100
committerEric Andersen2003-11-12 10:31:12 +0100
commit0fee9e90c2ea3accfaa521a303c6568ebf7baccc (patch)
tree2d18515f482954fb771dc19671c9056511f71127 /make/openssh.mk
parentKill off --with-lib-path, since --with-sysroot is sufficient, (diff)
downloadbuildroot-0fee9e90c2ea3accfaa521a303c6568ebf7baccc.tar.gz
buildroot-0fee9e90c2ea3accfaa521a303c6568ebf7baccc.tar.xz
buildroot-0fee9e90c2ea3accfaa521a303c6568ebf7baccc.zip
Thomas Cameron writes:
this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch.
Diffstat (limited to 'make/openssh.mk')
-rw-r--r--make/openssh.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/openssh.mk b/make/openssh.mk
index 415835269..98ba9d280 100644
--- a/make/openssh.mk
+++ b/make/openssh.mk
@@ -66,6 +66,8 @@ $(TARGET_DIR)/usr/bin/ssh: $(OPENSSH_DIR)/ssh
openssh: $(TARGET_DIR)/usr/bin/ssh
+openssh-source: $(DL_DIR)/$(OPENSSH_SOURCE)
+
openssh-clean:
$(MAKE) -C $(OPENSSH_DIR) clean