diff options
Diffstat (limited to 'newlib/libc/stdio64/Makefile.am')
-rw-r--r-- | newlib/libc/stdio64/Makefile.am | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/newlib/libc/stdio64/Makefile.am b/newlib/libc/stdio64/Makefile.am index 914cbca2b..fd43ef879 100644 --- a/newlib/libc/stdio64/Makefile.am +++ b/newlib/libc/stdio64/Makefile.am @@ -52,18 +52,4 @@ CHEWOUT_FILES = \ ftello64.def \ tmpfile64.def -SUFFIXES = .def - -CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str - -.c.def: - $(CHEW) < $< > $*.def 2> $*.ref - touch stmp-def - -TARGETDOC = ../tmp.texi - -doc: $(CHEWOUT_FILES) - cat $(srcdir)/stdio64.tex >> $(TARGETDOC) - -CLEANFILES = $(CHEWOUT_FILES) *.ref - +CHAPTERS = stdio64.tex |