Explorar o código

Merge branch 'maint'

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

Conflicts:
	lib/Makefile.in
Bryan Drewery %!s(int64=7) %!d(string=hai) anos
pai
achega
94f1fef2be
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)