diff options
Diffstat (limited to 'newlib/libc/errno')
-rw-r--r-- | newlib/libc/errno/Makefile.am | 4 | ||||
-rw-r--r-- | newlib/libc/errno/Makefile.in | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/newlib/libc/errno/Makefile.am b/newlib/libc/errno/Makefile.am index 77a0b8b..3470abd 100644 --- a/newlib/libc/errno/Makefile.am +++ b/newlib/libc/errno/Makefile.am @@ -18,7 +18,3 @@ noinst_DATA = endif # USE_LIBTOOL include $(srcdir)/../../Makefile.shared - -CHEWOUT_FILES = -CHAPTERS = -# No doc for errno. diff --git a/newlib/libc/errno/Makefile.in b/newlib/libc/errno/Makefile.in index 57420c6..7c0e4ad 100644 --- a/newlib/libc/errno/Makefile.in +++ b/newlib/libc/errno/Makefile.in @@ -356,8 +356,6 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml) DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml) CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES) -CHEWOUT_FILES = -CHAPTERS = all: all-am .SUFFIXES: @@ -643,7 +641,6 @@ docbook: $(DOCBOOK_OUT_FILES) do \ ${top_srcdir}/../doc/chapter-texi2docbook.py <$(srcdir)/$${chapter%.xml}.tex >../$$chapter ; \ done -# No doc for errno. # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |