From: Michael Vogt Date: Thu, 3 Jan 2008 14:22:44 +0000 (+0100) Subject: methods/makefile: remove duplicated entry for https X-Git-Tag: 0.7.24ubuntu1~110 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/d7bab8f1142e474ac4bafd139e93439aeddfd546 methods/makefile: remove duplicated entry for https --- diff --git a/methods/makefile b/methods/makefile index 085b357b8..f765a4d37 100644 --- a/methods/makefile +++ b/methods/makefile @@ -59,13 +59,6 @@ LIB_MAKES = apt-pkg/makefile SOURCE = https.cc include $(PROGRAM_H) -# The https method -PROGRAM=https -SLIBS = -lapt-pkg -lcurl -LIB_MAKES = apt-pkg/makefile -SOURCE = https.cc -include $(PROGRAM_H) - # The ftp method PROGRAM=ftp SLIBS = -lapt-pkg $(SOCKETLIBS)