diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-15 22:05:00 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-15 22:05:00 +0000 |
commit | c33eca4e334c078c9ebd3332946daf543318cf56 (patch) | |
tree | cb5565ab4f651a8fc6aa1765f8cb7e08d469a61a /gnu | |
parent | 27f47c82c21d5f4b9b46dd11f719195d61c02365 (diff) | |
download | FreeBSD-src-c33eca4e334c078c9ebd3332946daf543318cf56.zip FreeBSD-src-c33eca4e334c078c9ebd3332946daf543318cf56.tar.gz |
Correct the Bintuils src path from the debugging version I accidently
committed.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.inc0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0 index 261a929..ab37ee7 100644 --- a/gnu/usr.bin/binutils/Makefile.inc0 +++ b/gnu/usr.bin/binutils/Makefile.inc0 @@ -22,7 +22,7 @@ BINUTIL_ARCH=${TARGET_ARCH} # added to it as we descend into subdirectories. RELTOP:= .. -RELSRC= ${RELTOP}/../../../contrib/binutils.2101 +RELSRC= ${RELTOP}/../../../contrib/binutils SRCDIR= ${.CURDIR}/${RELSRC} CFLAGS+= -D_GNU_SOURCE |