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. --- tests/Makefile | 2 +- tests/checkasm/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 9fec13211f..c3dd5879bf 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2,7 +2,7 @@ THREADS = 1 VREF = tests/vsynth1/00.pgm AREF = tests/data/asynth1.sw -OBJDIRS += tests/data tests/vsynth1 tests/data/filtergraphs +OUTDIRS += tests/data tests/vsynth1 tests/data/filtergraphs $(VREF): tests/videogen$(HOSTEXESUF) | tests/vsynth1 $(M)./$< 'tests/vsynth1/' diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile index d5febec74c..debda7e9e2 100644 --- a/tests/checkasm/Makefile +++ b/tests/checkasm/Makefile @@ -30,7 +30,7 @@ CHECKASMOBJS := $(sort $(CHECKASMOBJS:%=tests/checkasm/%)) CHECKASMDIRS := $(sort $(dir $(CHECKASMOBJS))) $(CHECKASMOBJS): | $(CHECKASMDIRS) -OBJDIRS += $(CHECKASMDIRS) +OUTDIRS += $(CHECKASMDIRS) CHECKASM := tests/checkasm/checkasm$(EXESUF) -- cgit v1.2.3