diff options
Diffstat (limited to 'newlib/libc/posix/Makefile.in')
-rw-r--r-- | newlib/libc/posix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/posix/Makefile.in b/newlib/libc/posix/Makefile.in index 81ba815..2982dcd 100644 --- a/newlib/libc/posix/Makefile.in +++ b/newlib/libc/posix/Makefile.in @@ -320,7 +320,8 @@ libposix_la_LDFLAGS = -Xcompiler -nostdlib @USE_LIBTOOL_FALSE@lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES) @USE_LIBTOOL_FALSE@lib_a_CFLAGS = $(AM_CFLAGS) CHEWOUT_FILES = \ - popen.def + popen.def \ + posix_spawn.def SUFFIXES = .def CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str |