summaryrefslogtreecommitdiff
path: root/doc/examples/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 /doc/examples/Makefile
parent715186456c556d94265e6376a38941c17d6a0ad6 (diff)
parent7e5bde93a1e7641e1622814dafac0be3f413d79b (diff)
Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b'
* commit '7e5bde93a1e7641e1622814dafac0be3f413d79b': build: Rename OBJDIRS variable to OUTDIRS Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r--doc/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index 928ff306b3..2935424e54 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -37,7 +37,7 @@ $(EXAMPLES_G): %$(PROGSSUF)_g$(EXESUF): %.o
examples: $(EXAMPLES)
$(EXAMPLES:%$(PROGSSUF)$(EXESUF)=%.o): | doc/examples
-OBJDIRS += doc/examples
+OUTDIRS += doc/examples
DOXY_INPUT += $(EXAMPLES:%$(PROGSSUF)$(EXESUF)=%.c)