From 7e5bde93a1e7641e1622814dafac0be3f413d79b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 3 Feb 2019 12:59:57 +0100 Subject: build: Rename OBJDIRS variable to OUTDIRS These directories are not just for object files. --- avbuild/common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avbuild') diff --git a/avbuild/common.mak b/avbuild/common.mak index 17989533f9..9d137bd074 100644 --- a/avbuild/common.mak +++ b/avbuild/common.mak @@ -47,7 +47,7 @@ $(HOSTOBJS): | $(sort $(dir $(HOSTOBJS))) $(TESTOBJS): | $(sort $(dir $(TESTOBJS))) $(TOOLOBJS): | tools -OBJDIRS := $(OBJDIRS) $(dir $(OBJS) $(HOBJS) $(HOSTOBJS) $(TESTOBJS)) +OUTDIRS := $(OUTDIRS) $(dir $(OBJS) $(HOBJS) $(HOSTOBJS) $(TESTOBJS)) CLEANSUFFIXES = *.d *.gcda *.gcno *.h.c *.map *.o *.pc *.ver *.version *~ LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a -- cgit v1.2.3