From a28a8cb8f0fc0a3d8ad950a6f30a9d6e19001375 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 14 Oct 2001 01:58:18 +0000 Subject: Clean up a little bit more. --- gnu/usr.bin/binutils/ld/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index d35bf46..f97fcc4 100644 --- a/gnu/usr.bin/binutils/ld/Makefile +++ b/gnu/usr.bin/binutils/ld/Makefile @@ -13,13 +13,14 @@ SRCS+= ldcref.c ldctor.c ldemul.c ldemul-list.h ldexp.c ldfile.c \ .if defined(BOOTSTRAPPING) && !exists(/usr/include/elf-hints.h) SRCS+= elf-hints.h CLEANFILES+= elf-hints.h + elf-hints.h: ln -sf ${.CURDIR}/../../../../include/${.TARGET} . .endif CFLAGS+= -DSCRIPTDIR=\"${DESTDIR}/usr/libdata\" -CFLAGS+= -I${SRCDIR}/ld -I${SRCDIR}/bfd CFLAGS+= -DVERSION=\"${VERSION}\" -DBFD_VERSION=\"${VERSION}\" +CFLAGS+= -I${SRCDIR}/ld -I${SRCDIR}/bfd NOSHARED?= yes DPADD= ${RELTOP}/libbfd/libbfd.a DPADD+= ${RELTOP}/libiberty/libiberty.a -- cgit v1.1