summaryrefslogtreecommitdiff
path: root/sys/arch/solbourne
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/solbourne')
-rw-r--r--sys/arch/solbourne/conf/Makefile.solbourne9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/solbourne/conf/Makefile.solbourne b/sys/arch/solbourne/conf/Makefile.solbourne
index 04a9552b52c..3b4567d515d 100644
--- a/sys/arch/solbourne/conf/Makefile.solbourne
+++ b/sys/arch/solbourne/conf/Makefile.solbourne
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.solbourne,v 1.17 2010/04/27 04:31:47 deraadt Exp $
+# $OpenBSD: Makefile.solbourne,v 1.18 2010/04/27 05:05:21 deraadt Exp $
# This makefile is constructed from a machine description:
# config machineid
@@ -157,11 +157,11 @@ links:
sed 's,../.*/\(.*.o\),rm -f \1; ln -s ../GENERIC/\1 \1,' > makelinks
sh makelinks && rm -f dontlink
-SRCS= ${_machdir}/solbourne/locore.s \
+SRCS= ${_machdir}/${_mach}/locore.s \
param.c ioconf.c ${CFILES} ${SFILES}
depend:: .depend
.depend: ${SRCS} assym.h param.c ${DB_STRUCTINFO}
- ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${_machdir}/solbourne/locore.s
+ ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${_machdir}/${_mach}/locore.s
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
.if !empty(SFILES)
${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
@@ -177,8 +177,7 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.awk
objdump -g db_structinfo.o | awk -f $S/ddb/parse_structinfo.awk > $@
rm -f db_structinfo.o
-
-locore.o: ${_machdir}/solbourne/locore.s assym.h
+locore.o: ${_machdir}/${_mach}/locore.s assym.h
${NORMAL_S}
# The install target can be redefined by putting a