Use the 'binary' target rather than 'all' so that the s...
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:05:28 +0000 (17:05 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:05:28 +0000 (17:05 +0000)
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

index 5700caa..50f4434 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"