diff options
-rw-r--r-- | lib/libstand/amd64/_setjmp.S (renamed from sys/boot/userboot/libstand/amd64/_setjmp.S) | 0 | ||||
-rw-r--r-- | sys/boot/userboot/libstand/Makefile | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/userboot/libstand/amd64/_setjmp.S b/lib/libstand/amd64/_setjmp.S index e841f493f6fb..e841f493f6fb 100644 --- a/sys/boot/userboot/libstand/amd64/_setjmp.S +++ b/lib/libstand/amd64/_setjmp.S diff --git a/sys/boot/userboot/libstand/Makefile b/sys/boot/userboot/libstand/Makefile index fa54b016450d..49c6bfbd5436 100644 --- a/sys/boot/userboot/libstand/Makefile +++ b/sys/boot/userboot/libstand/Makefile @@ -94,7 +94,7 @@ SRCS+= uuid_equal.c uuid_is_nil.c # _setjmp/_longjmp .if ${MACHINE_CPUARCH} == "amd64" -.PATH: ${.CURDIR}/amd64 +.PATH: ${S}/amd64 .elif ${MACHINE_ARCH} == "powerpc64" .PATH: ${S}/powerpc .else |