From e4df193f33ffa56c58e331bc5734cad2b60dfcae Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:05:28 +0000 Subject: Use the 'binary' target rather than 'all' so that the s... Author: mdz Date: 2004-02-23 21:23:16 GMT Use the 'binary' target rather than 'all' so that the ssh and bzip2 symlinks are created correctly --- methods/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'methods') diff --git a/methods/makefile b/methods/makefile index 5700caa23..50f44342c 100644 --- a/methods/makefile +++ b/methods/makefile @@ -60,7 +60,7 @@ SOURCE = rsh.cc include $(PROGRAM_H) # SSH and vzip2 method symlink -all: $(BIN)/ssh $(BIN)/bzip2 +binary: $(BIN)/ssh $(BIN)/bzip2 veryclean: clean-$(BIN)/ssh clean-$(BIN)/bzip2 $(BIN)/ssh: echo "Installing ssh method link" -- cgit v1.2.3