Просмотр исходного кода

methods/makefile: remove duplicated entry for https

Michael Vogt лет назад: 18
Родитель
Сommit
d7bab8f114
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      methods/makefile

+ 0 - 7
methods/makefile

@@ -59,13 +59,6 @@ LIB_MAKES = apt-pkg/makefile
 SOURCE = https.cc
 SOURCE = https.cc
 include $(PROGRAM_H)
 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
 # The ftp method
 PROGRAM=ftp
 PROGRAM=ftp
 SLIBS = -lapt-pkg $(SOCKETLIBS)
 SLIBS = -lapt-pkg $(SOCKETLIBS)