Deleted Added
full compact
Makefile (133581) Makefile (136910)
1# $FreeBSD: head/gnu/usr.bin/cc/cc_int/Makefile 133581 2004-08-12 16:36:52Z kan $
1# $FreeBSD: head/gnu/usr.bin/cc/cc_int/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3.include "../Makefile.inc"
4
5.PATH: ../cc_tools ${GCCDIR}/config/${GCC_CPU} ${GCCDIR}
6
7LIB= cc_int
2
3.include "../Makefile.inc"
4
5.PATH: ../cc_tools ${GCCDIR}/config/${GCC_CPU} ${GCCDIR}
6
7LIB= cc_int
8INTERNALLIB= YES
8INTERNALLIB=
9
10# Files from libiberty.
11SRCS= choose-temp.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \
12 dyn-string.c fibheap.c getpwd.c getruntime.c hashtab.c hex.c \
13 lbasename.c make-temp-file.c md5.c obstack.c partition.c pex-unix.c \
14 physmem.c splay-tree.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c
15
16# Language-independent files.

--- 72 unchanged lines hidden ---
9
10# Files from libiberty.
11SRCS= choose-temp.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \
12 dyn-string.c fibheap.c getpwd.c getruntime.c hashtab.c hex.c \
13 lbasename.c make-temp-file.c md5.c obstack.c partition.c pex-unix.c \
14 physmem.c splay-tree.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c
15
16# Language-independent files.

--- 72 unchanged lines hidden ---