aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1999-08-02 19:16:42 +0000
committerDoug Rabson <dfr@FreeBSD.org>1999-08-02 19:16:42 +0000
commit0c786416686a1825e1a8c97e4d27f4ac8a0f047e (patch)
tree191e7a4a49821c04a64615077bccdf050ab17373 /sys/boot
parent091edd684583a5f590b535045375e9d041654672 (diff)
downloadsrc-0c786416686a1825e1a8c97e4d27f4ac8a0f047e.tar.gz
src-0c786416686a1825e1a8c97e4d27f4ac8a0f047e.zip
Make this build if there is an obj directory.
Notes
Notes: svn path=/head/; revision=49381
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/arc/lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/arc/lib/Makefile b/sys/boot/arc/lib/Makefile
index 57c72820d8ba..ec5b6bc75def 100644
--- a/sys/boot/arc/lib/Makefile
+++ b/sys/boot/arc/lib/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.6 1998/10/16 19:26:11 msmith Exp $
+# $Id: Makefile,v 1.1.1.1 1999/07/28 20:28:45 se Exp $
LIB= arc
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
-.PATH: arch/${MACHINE}
+.PATH: ${.CURDIR}/arch/${MACHINE}
# XXX hack to pick up stand.h
LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand
CFLAGS= -I${LIBSTANDDIR}
@@ -13,7 +13,7 @@ CFLAGS+= -DDEBUG
# Pick up the bootstrap header for some interface items
CFLAGS+= -I${.CURDIR}/../../common -mno-fp-regs \
- -I${.CURDIR}/../../.. -I../include
+ -I${.CURDIR}/../../.. -I${.CURDIR}/../include
#CFLAGS+= -DDISK_DEBUG
#CPPFLAGS+= -DNO_DISKLABEL