]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
Use the 'binary' target rather than 'all' so that the s...
[apt.git] / methods / makefile
index 5700caa23ce8df29ec1dbeaf220ce71c97c85c8f..50f44342cbdcc2180c3a196ddfe115bd1e9783c9 100644 (file)
@@ -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"