]> git.saurik.com Git - apt.git/commitdiff
methods/makefile: remove duplicated entry for https
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 3 Jan 2008 14:22:44 +0000 (15:22 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 3 Jan 2008 14:22:44 +0000 (15:22 +0100)
methods/makefile

index 085b357b8a247d1631270d775cf04c5e738af84b..f765a4d37995d69eb7f6aecda95a2a306bfcccf2 100644 (file)
@@ -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)