summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:05:28 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:05:28 +0000
commite4df193f33ffa56c58e331bc5734cad2b60dfcae (patch)
treed48dcff61a1eab429a1b1a2c9903db540a464b62 /methods/makefile
parent9f9468db5c02a514b6f02e9716b0bd4d12553dec (diff)
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
Diffstat (limited to 'methods/makefile')
-rw-r--r--methods/makefile2
1 files changed, 1 insertions, 1 deletions
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"