瀏覽代碼

Merge branch 'maint'

* maint:
  external libs need .PHONY to handle dependencies downstream

Conflicts:
	lib/Makefile.in
Bryan Drewery 7 年之前
父節點
當前提交
94f1fef2be
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lib/Makefile.in

+ 2 - 0
lib/Makefile.in

@@ -42,11 +42,13 @@ general:
 libelf_notice:
 	@echo "[*] Building libelf"
 
+.PHONY: $(top_builddir)/lib/libelf/lib/libelf.a
 $(top_builddir)/lib/libelf/lib/libelf.a: libelf_notice
 	+@cd libelf/lib && $(MAKE) CFLAGS="-g -O2 -w" libelf.a
 
 libelf: $(LIBELF_BUNDLED)
 
+.PHONY: $(top_builddir)/lib/bdlib/libbdlib.a
 $(top_builddir)/lib/bdlib/libbdlib.a:
 	+@cd bdlib && $(MAKE)