summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/Makefile.am
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-06-16 11:52:10 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-06-24 12:23:49 +0100
commit433aad912d9e324b137b8ff991bcdba3b5f5ea7f (patch)
tree9f7e3c828e673a327e981f26d970ac071eeda9d4 /newlib/libc/stdlib/Makefile.am
parent958c953416d8df84e5cccc06e158c1f769f3ad51 (diff)
downloadcygnal-433aad912d9e324b137b8ff991bcdba3b5f5ea7f.tar.gz
cygnal-433aad912d9e324b137b8ff991bcdba3b5f5ea7f.tar.bz2
cygnal-433aad912d9e324b137b8ff991bcdba3b5f5ea7f.zip
Don't chew files which contain no documentation markup
Don't chew files which contain no documentation markup. Neither of the alternatives for MALLOCR (mallocr.c or nano-mallocr.c) contain any documentation markup. 2015-06-23 Jon Turney <jon.turney@dronecode.org.uk> * libc/stdlib/Makefile.am (CHEWOUT_FILES): Remove $(MALLOCR).def. * libc/stdio/Makefile.am (CHEWOUT_FILES): Remove getwc.def and putwc.def. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libc/stdlib/Makefile.am')
-rw-r--r--newlib/libc/stdlib/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am
index e90517f85..c86010add 100644
--- a/newlib/libc/stdlib/Makefile.am
+++ b/newlib/libc/stdlib/Makefile.am
@@ -265,7 +265,6 @@ CHEWOUT_FILES= \
llabs.def \
lldiv.def \
malloc.def \
- $(MALLOCR).def \
mblen.def \
mbsnrtowcs.def \
mbstowcs.def \