diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-21 10:06:50 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-21 10:06:50 +0000 |
commit | ba457c2b3679f5c403500076a0c750d4d57f982f (patch) | |
tree | 77045cd7ddc7904a28446b3dda334079d9010227 /sys/arch | |
parent | 14e6b76930af1bec16e8197b677ee69b034bb9f6 (diff) |
Remove genassym dependency build, spotted by Dale
Diffstat (limited to 'sys/arch')
-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 |