]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
buffer in the very unlikely event that someone adds 10 ...
[apt.git] / methods / makefile
index dcdb0dc46f0d5bacca90f31bf5f5e7c2adc1e6bb..50f44342cbdcc2180c3a196ddfe115bd1e9783c9 100644 (file)
@@ -8,7 +8,7 @@ BIN := $(BIN)/methods
 
 # FIXME..
 LIB_APT_PKG_MAJOR = 3.3
-DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR)
+APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR)
 
 # The file method
 PROGRAM=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"