summaryrefslogtreecommitdiffstats
path: root/lib/libstand/Makefile
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-02-12 17:20:19 +0000
committerdcs <dcs@FreeBSD.org>1999-02-12 17:20:19 +0000
commit6e51bd9735916a8d7ee30426a92bfd95a444ec8e (patch)
tree805409c01785830e224626be9c9222cac92e5e1e /lib/libstand/Makefile
parentae7d0768a42754d2a6d1aef49f5649899e0bcacd (diff)
downloadFreeBSD-src-6e51bd9735916a8d7ee30426a92bfd95a444ec8e.zip
FreeBSD-src-6e51bd9735916a8d7ee30426a92bfd95a444ec8e.tar.gz
Copy _setjmp.S from libc in preparation for loader-specific version.
Diffstat (limited to 'lib/libstand/Makefile')
-rw-r--r--lib/libstand/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 5c207be..ec8aec8 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1998/11/04 07:39:53 msmith Exp $
+# $Id: Makefile,v 1.11 1998/11/04 12:49:31 peter Exp $
#
# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
#
@@ -91,7 +91,7 @@ __reml.S: ${.CURDIR}/../libc/alpha/gen/divrem.m4
SRCS+= inet_ntoa.c inet_addr.c
# _setjmp/_longjmp
-.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/gen
+.PATH: ${.CURDIR}/${MACHINE_ARCH}
SRCS+= _setjmp.S
# really only required for i386
CFLAGS+=-I${.CURDIR}/../libc/${MACHINE_ARCH}
OpenPOWER on IntegriCloud