Remove some useless lines in the Makefile

pull/1366/head
Craig Tiller 10 years ago
parent 884f4dad58
commit d896fa5640
  1. 776
      Makefile
  2. 2
      templates/Makefile.template

File diff suppressed because it is too large Load Diff

@ -1210,7 +1210,7 @@ endif
% endif
% for src in lib.src:
% if not proto_re.match(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: \
% for src2 in lib.src:
% if proto_re.match(src2):

Loading…
Cancel
Save