Переглянути джерело

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

Arch Librarian 22 роки тому
батько
коміт
e4df193f33
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      methods/makefile

+ 1 - 1
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"