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
include $(PROGRAM_H)
# SSH and vzip2 method symlink
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"
veryclean: clean-$(BIN)/ssh clean-$(BIN)/bzip2
$(BIN)/ssh:
echo "Installing ssh method link"