* Makefile.in (NEEDED): Add bcmp, bcopy, bzero.

From-SVN: r28071
This commit is contained in:
Jason Merrill 1999-07-12 18:20:41 +00:00 committed by Jason Merrill
parent 3ea744b25b
commit 8f1824d91b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-07-12 Jason Merrill <jason@yorick.cygnus.com>
* Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
1999-07-07 Jason Merrill <jason@yorick.cygnus.com>
* Makefile.in (needed-list): Only include stuff we actually need

View File

@ -159,7 +159,7 @@ install_to_tooldir: all
# can't use anything encumbering.
NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
vfork waitpid mkstemps
vfork waitpid bcmp bcopy bzero
needed-list: Makefile
rm -f needed-list; touch needed-list; \
for f in $(NEEDED); do \