diff options
Diffstat (limited to 'newlib/libc/xdr/Makefile.am')
-rw-r--r-- | newlib/libc/xdr/Makefile.am | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/newlib/libc/xdr/Makefile.am b/newlib/libc/xdr/Makefile.am index 3214ad6eb..8d3ee4c4e 100644 --- a/newlib/libc/xdr/Makefile.am +++ b/newlib/libc/xdr/Makefile.am @@ -58,20 +58,8 @@ lib_a_CFLAGS = $(AM_CFLAGS) noinst_DATA = endif # USE_LIBTOOL -SUFFIXES = .def - CHEWOUT_FILES = - -CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str - -.c.def: - $(CHEW) < $< > $*.def 2> $*.ref - touch stmp-def - -TARGETDOC = ../tmp.texi - -doc: $(CHEWOUT_FILES) - -CLEANFILES = $(CHEWOUT_FILES) *.ref +CHAPTERS = +# No doc for xdr. include $(srcdir)/../../Makefile.shared |