diff options
author | kan <kan@FreeBSD.org> | 2004-07-30 14:50:52 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2004-07-30 14:50:52 +0000 |
commit | ea736f2d3f6ae9a11905a5dd490e669cf3c1c7fc (patch) | |
tree | ab9482d262b420c9badd2aa41a6549baf86aa13c /gnu | |
parent | 9ad7d89c48002bb217942df2bd6f0091bd8338d0 (diff) | |
download | FreeBSD-src-ea736f2d3f6ae9a11905a5dd490e669cf3c1c7fc.zip FreeBSD-src-ea736f2d3f6ae9a11905a5dd490e669cf3c1c7fc.tar.gz |
Fix a copy and paste error. Do not include errors.c in libgcc_int.a,
it is only used by build tools.
Submitted by: grehan
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile index c98244d..3f54511 100644 --- a/gnu/usr.bin/cc/cc_int/Makefile +++ b/gnu/usr.bin/cc/cc_int/Makefile @@ -9,7 +9,7 @@ INTERNALLIB= YES # Files from libiberty. SRCS= choose-temp.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \ - dyn-string.c errors.c fibheap.c getpwd.c getruntime.c hashtab.c \ + dyn-string.c fibheap.c getpwd.c getruntime.c hashtab.c \ hex.c lbasename.c make-temp-file.c md5.c obstack.c partition.c \ pexecute.c physmem.c splay-tree.c xexit.c xmalloc.c xmemdup.c \ xstrdup.c xstrerror.c xexit.c |