diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-03 21:37:06 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-03 21:37:06 +0000 |
| commit | bb59398935550ed7029692650ba8d4931a48013a (patch) | |
| tree | 3dcfe9df8a00a368b6c0b88f095f4be515a7a9ce /gnu | |
| parent | a57f440cf5fa6c0b0df895abe8a1619791f70cbf (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index 056af41b25398..ac4e16e02375f 100644 --- a/gnu/usr.bin/binutils/ld/Makefile +++ b/gnu/usr.bin/binutils/ld/Makefile @@ -11,6 +11,7 @@ SRCS+= ldcref.c ldctor.c ldemul.c ldemul-list.h ldexp.c ldfile.c \ ldver.c ldwrite.c lexsup.c mri.c CFLAGS+= -DSCRIPTDIR=\"${DESTDIR}/usr/libdata\" CFLAGS+= -I${SRCDIR}/ld +CFLAGS+= -I${.CURDIR}/../../../../include CFLAGS+= -DVERSION=\"${VERSION}\" -DBFD_VERSION=\"${VERSION}\" NOSHARED?= yes DPADD= ${RELTOP}/libbfd/libbfd.a |
