summaryrefslogtreecommitdiffstats
path: root/lib/csu/alpha
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-04-09 05:56:23 +0000
committerjdp <jdp@FreeBSD.org>1999-04-09 05:56:23 +0000
commit4f46e3a4752cde918979c40e859a81c7a4ce7cf8 (patch)
tree9ae5225d30f44b4ef39980cfa6ba1d870124b74b /lib/csu/alpha
parent040921481a09e7431faf10969c11dfce638fbeda (diff)
downloadFreeBSD-src-4f46e3a4752cde918979c40e859a81c7a4ce7cf8.zip
FreeBSD-src-4f46e3a4752cde918979c40e859a81c7a4ce7cf8.tar.gz
Ugh. I didn't know this Makefile was reaching over into the dynamic
linker sources for some of its header files. Add a -I flag to pick up a new directory over there.
Diffstat (limited to 'lib/csu/alpha')
-rw-r--r--lib/csu/alpha/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index 473dc99..4460b44 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -1,11 +1,13 @@
#
-# $Id: Makefile,v 1.6 1998/08/20 21:37:22 jb Exp $
+# $Id: Makefile,v 1.7 1999/01/09 21:50:56 jdp Exp $
#
+RTLDDIR= ${.CURDIR}/../../../libexec/rtld-elf
+
SRCS= crt1.c crtbegin.c crtend.c
OBJS= crt1.o crtbegin.o crtend.o
SOBJS= crtbegin.So crtend.So
-CFLAGS+= -Wall -Wno-unused -I${.CURDIR}/../../../libexec/rtld-elf
+CFLAGS+= -Wall -Wno-unused -I${RTLDDIR}/${MACHINE_ARCH} -I${RTLDDIR}
NOMAN= true
NOPIC= true
NOPROFILE= true
OpenPOWER on IntegriCloud