summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-01 14:08:01 +0000
committerpeter <peter@FreeBSD.org>1998-06-01 14:08:01 +0000
commit4de470154bf142a5b6ccd1073dfb930183d79f77 (patch)
treeddbe578e35f3d67e7f4a83f3c3696fcf54189cd3 /gnu
parenta8b0f853fa596c982d54feae8de08cc500eb517e (diff)
downloadFreeBSD-src-4de470154bf142a5b6ccd1073dfb930183d79f77.zip
FreeBSD-src-4de470154bf142a5b6ccd1073dfb930183d79f77.tar.gz
Look for files in their new locations.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/ld/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile
index a782641..c33c029 100644
--- a/gnu/usr.bin/ld/Makefile
+++ b/gnu/usr.bin/ld/Makefile
@@ -1,21 +1,17 @@
-# $Id: Makefile,v 1.22 1997/06/29 21:36:33 bde Exp $
+# $Id: Makefile,v 1.23 1998/05/25 17:34:37 sos Exp $
#
+RTLD= ${.CURDIR}/../../../libexec/rtld-aout
+GCCDIR= ${.CURDIR}/../../../contrib/gcc
+
PROG= ld
BINDIR= /usr/libexec/aout
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$(.CURDIR)/$(MACHINE) \
- -I$(GCCDIR) -DIN_GCC -DDEMANGLE_CPLUSPLUS
+CFLAGS+= -I${.CURDIR} -I${RTLD} -I${RTLD}/${MACHINE} \
+ -I${GCCDIR} -DIN_GCC -DDEMANGLE_CPLUSPLUS
NOSHARED?= yes
-GCCDIR= ${.CURDIR}/../../../contrib/gcc
-
-SUBDIR= ldconfig ldd
-.if !defined(NOPIC)
-SUBDIR+= rtld
-.endif
-
-.PATH: $(.CURDIR)/$(MACHINE) $(GCCDIR)
+.PATH: ${RTLD} ${RTLD}/${MACHINE} ${GCCDIR}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud