summaryrefslogtreecommitdiff
path: root/avbuild
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2019-02-03 12:59:57 +0100
committerDiego Biurrun <diego@biurrun.de>2019-02-16 13:09:35 +0100
commit7e5bde93a1e7641e1622814dafac0be3f413d79b (patch)
treeb22f070eef34068ec18543b5921a112ae8fc6ea1 /avbuild
parent90b15f60bf4919deaed66d868e18107eba371da7 (diff)
build: Rename OBJDIRS variable to OUTDIRS
These directories are not just for object files.
Diffstat (limited to 'avbuild')
-rw-r--r--avbuild/common.mak2
1 files changed, 1 insertions, 1 deletions
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