diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
commit | 423e9124d93b45cff0edd3a61cba89f5efe3e0b4 (patch) | |
tree | 2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /gnu/usr.bin/cc/cc_int | |
parent | 46f8fdc34e061de76cb8dfa19872edcd2fe2c66b (diff) |
Mark all internal libraries with INTERNALLIB.
Notes
Notes:
svn path=/head/; revision=96514
Diffstat (limited to 'gnu/usr.bin/cc/cc_int')
-rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile index 9799a9c32552..831b8761fd23 100644 --- a/gnu/usr.bin/cc/cc_int/Makefile +++ b/gnu/usr.bin/cc/cc_int/Makefile @@ -5,8 +5,7 @@ .PATH: ../cc_tools ${GCCDIR}/config/${GCC_CPU} ${GCCDIR} ${GCCDIR}/../libiberty LIB= cc_int -NOPROFILE= YES -NOPIC= YES +INTERNALLIB= YES # dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c \ # alias.c bitmap.c dwarf2out.c dyn-string.c \ @@ -83,7 +82,4 @@ underscore.c: Makefile echo '/*WARNING: This file is automatically generated!*/' >${.TARGET} echo "int prepends_underscore = ${UNDERSCORES};" >>${.TARGET} -install: - @true - .include <bsd.lib.mk> |