summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorimp <imp@cvs.openbsd.org>2000-08-15 01:03:37 +0000
committerimp <imp@cvs.openbsd.org>2000-08-15 01:03:37 +0000
commitcc82fe4ab564521bfb29941bc996a2de9212b5c7 (patch)
tree23cdbef84ba98de8a070f4f6862c13950e70660a
parentc4008adb4a1ee18d12880433219cd8f5e012a7b5 (diff)
locore.S and we have no SFILES at the moment
-rw-r--r--sys/arch/arc/conf/Makefile.arc6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/arc/conf/Makefile.arc b/sys/arch/arc/conf/Makefile.arc
index fc89f055062..4105040f8f7 100644
--- a/sys/arch/arc/conf/Makefile.arc
+++ b/sys/arch/arc/conf/Makefile.arc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.arc,v 1.13 1999/08/15 20:43:57 niklas Exp $
+# $OpenBSD: Makefile.arc,v 1.14 2000/08/15 01:03:36 imp Exp $
# @(#)Makefile.arc 8.2 (Berkeley) 2/16/94
#
@@ -177,9 +177,9 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
depend:: .depend
.depend: ${SRCS} assym.h param.c
- mkdep ${AFLAGS} ${CPPFLAGS} ${ARC}/arc/locore.s
+ mkdep ${AFLAGS} ${CPPFLAGS} ${ARC}/arc/locore.S
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
- mkdep -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
+# mkdep -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
%RULES