From: Arch Librarian Date: Mon, 20 Sep 2004 17:05:28 +0000 (+0000) Subject: Use the 'binary' target rather than 'all' so that the s... X-Git-Tag: 0.7.24ubuntu1~516 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/e4df193f33ffa56c58e331bc5734cad2b60dfcae?ds=inline 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 --- 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"