diff options
Diffstat (limited to 'sys/arch/arc/conf/Makefile.arc')
-rw-r--r-- | sys/arch/arc/conf/Makefile.arc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arc/conf/Makefile.arc b/sys/arch/arc/conf/Makefile.arc index 3b7a1285408..7cad217f631 100644 --- a/sys/arch/arc/conf/Makefile.arc +++ b/sys/arch/arc/conf/Makefile.arc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.arc,v 1.7 1997/04/19 17:19:49 pefo Exp $ +# $OpenBSD: Makefile.arc,v 1.8 1997/05/21 10:06:49 pefo Exp $ # @(#)Makefile.arc 8.2 (Berkeley) 2/16/94 # @@ -179,7 +179,6 @@ depend:: .depend mkdep ${AFLAGS} ${CPPFLAGS} ${ARC}/arc/locore.s mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} mkdep -a ${AFLAGS} ${CPPFLAGS} ${SFILES} - mkdep -a ${CFLAGS} ${CPPFLAGS} ${PARAM} ${ARC}/arc/genassym.c %RULES |