Remove ::

This commit is contained in:
ragge 1997-02-12 18:07:53 +00:00
parent cb344cfe97
commit 9efff168a1
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.vax,v 1.30 1997/02/04 05:08:54 perry Exp $
# $NetBSD: Makefile.vax,v 1.31 1997/02/12 18:07:53 ragge Exp $
# Makefile for NetBSD
#
@ -116,7 +116,7 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c
clean::
clean:
rm -f eddep *netbsd netbsd.gdb tags *.[io] [a-z]*.s \
[Ee]rrs linterrs makelinks
@ -139,7 +139,7 @@ links:
SRCS= ${VAX}/vax/intvec.s ${VAX}/vax/subr.s \
param.c ioconf.c ${CFILES} ${SFILES}
depend:: .depend
depend: .depend
.depend: ${SRCS} param.c
${MKDEP} ${AFLAGS} ${CPPFLAGS} ${VAX}/vax/intvec.s ${VAX}/vax/subr.s
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}