Przeglądaj źródła

Actually remove them

Craig Tiller 10 lat temu
rodzic
commit
2660ebcff0
2 zmienionych plików z 4 dodań i 490 usunięć
  1. 4 488
      Makefile
  2. 0 2
      templates/Makefile.template

Plik diff jest za duży
+ 4 - 488
Makefile


+ 0 - 2
templates/Makefile.template

@@ -1208,7 +1208,6 @@ endif
 % if lib.get('secure', 'check') == 'yes' or lib.get('secure', 'check') == 'check':
 endif
 % endif
-
 % for src in lib.src:
 % if not proto_re.match(src) and any(proto_re.match(src2) for src2 in lib.src):
 $(OBJDIR)/$(CONFIG)/${os.path.splitext(src)[0]}.o: \
@@ -1218,7 +1217,6 @@ $(OBJDIR)/$(CONFIG)/${os.path.splitext(src)[0]}.o: \
 % endif
 % endfor
 % endif
-
 % endfor
 </%def>
 

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików