Explorar el Código

methods/makefile: remove duplicated entry for https

Michael Vogt hace 18 años
padre
commit
d7bab8f114
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      methods/makefile

+ 0 - 7
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)