diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-09-09 11:22:28 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-09-09 11:22:28 +0000 |
| commit | d22114bfb88e7d486c95d93586983a0358618e65 (patch) | |
| tree | 74aa8772880622088f6a0bf0298fec4bfccc57dd /gnu/usr.bin/ld | |
| parent | c2c43bd135dbb9ebece2fada35d0b63e788bb9c2 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/ld')
| -rw-r--r-- | gnu/usr.bin/ld/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index eda092e2f27d..6c9ff0774768 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.25 1998/06/12 15:50:57 peter Exp $ +# $Id: Makefile,v 1.26 1998/09/07 05:46:09 jb Exp $ # RTLD= ${.CURDIR}/../../../libexec/rtld-aout @@ -9,10 +9,10 @@ BINDIR= /usr/libexec/aout MAN1aout=ld.1aout SRCS= ld.c symbol.c lib.c shlib.c warnings.c support.c rrs.c xbits.c md.c \ cplus-dem.c -CFLAGS+= -I${.CURDIR} -I${RTLD} -I${RTLD}/${MACHINE} \ +CFLAGS+= -I${.CURDIR} -I${RTLD} -I${RTLD}/${MACHINE_ARCH} \ -I${GCCDIR} -DIN_GCC -DDEMANGLE_CPLUSPLUS -DFREEBSD_AOUT NOSHARED?= yes -.PATH: ${RTLD} ${RTLD}/${MACHINE} ${GCCDIR} +.PATH: ${RTLD} ${RTLD}/${MACHINE_ARCH} ${GCCDIR} .include <bsd.prog.mk> |
