diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 03:52:16 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 03:52:16 +0000 |
| commit | 23f6875a43f7ce365f2d52cf857da010c47fb03b (patch) | |
| tree | dc5b32e0a97ba297054fbc2c99320c122627622c /lib/csu/powerpc64 | |
| parent | 88342652357ea4ed9417f0805db2b7be42343c91 (diff) | |
Notes
Diffstat (limited to 'lib/csu/powerpc64')
| -rw-r--r-- | lib/csu/powerpc64/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/powerpc64/Makefile b/lib/csu/powerpc64/Makefile index a97ef1ef3e40..104ab2064882 100644 --- a/lib/csu/powerpc64/Makefile +++ b/lib/csu/powerpc64/Makefile @@ -1,12 +1,12 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../common +.PATH: ${.CURDIR:H}/common SRCS= crt1.c crti.S crtn.S OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= Scrt1.o gcrt1.o -CFLAGS+= -I${.CURDIR}/../common \ - -I${.CURDIR}/../../libc/include \ +CFLAGS+= -I${.CURDIR:H}/common \ + -I${SRCTOP}/lib/libc/include \ -mlongcall # XXX: See the log for r232932 as to why the above -mlongcall is needed. Since |
