summaryrefslogtreecommitdiff
path: root/tools/Makefile
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 /tools/Makefile
parent90b15f60bf4919deaed66d868e18107eba371da7 (diff)
downloadffmpeg-7e5bde93a1e7641e1622814dafac0be3f413d79b.tar.gz
build: Rename OBJDIRS variable to OUTDIRS
These directories are not just for object files.
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 372287b452..5eb8a3487a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -3,7 +3,7 @@ TOOLS-$(CONFIG_ZLIB) += cws2fws
tools/cws2fws$(EXESUF): ELIBS = $(ZLIB)
-OBJDIRS += tools
+OUTDIRS += tools
clean::
$(RM) $(CLEANSUFFIXES:%=tools/%)