summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-03-10 19:31:13 -0300
committerJames Almer <jamrial@gmail.com>2019-03-10 19:31:13 -0300
commit06476249cd2332e30b66576633b2827adf3478dd (patch)
treeb977685c57c04c49897d7210c58790dcd8f1035f /tools/Makefile
parent715186456c556d94265e6376a38941c17d6a0ad6 (diff)
parent7e5bde93a1e7641e1622814dafac0be3f413d79b (diff)
downloadffmpeg-06476249cd2332e30b66576633b2827adf3478dd.tar.gz
Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b'
* commit '7e5bde93a1e7641e1622814dafac0be3f413d79b': build: Rename OBJDIRS variable to OUTDIRS Merged-by: James Almer <jamrial@gmail.com>
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 3909e7cfdd..b347caf82a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -5,7 +5,7 @@ TOOLS-$(CONFIG_ZLIB) += cws2fws
tools/target_dec_%_fuzzer.o: tools/target_dec_fuzzer.c
$(COMPILE_C) -DFFMPEG_DECODER=$*
-OBJDIRS += tools
+OUTDIRS += tools
clean::
$(RM) $(CLEANSUFFIXES:%=tools/%)