This commit is contained in:
leo 1997-02-16 13:00:49 +00:00
parent b974335693
commit e123072427

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.atari,v 1.28 1997/02/04 05:08:32 perry Exp $
# $NetBSD: Makefile.atari,v 1.29 1997/02/16 13:00:49 leo Exp $
# Makefile for NetBSD
#
@ -128,7 +128,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 genassym genassym.o assym.h
@ -151,7 +151,7 @@ links:
SRCS= ${ATARI}/atari/locore.s \
param.c ioconf.c ${CFILES} ${SFILES}
depend:: .depend
depend: .depend
.depend: ${SRCS} assym.h param.c
${MKDEP} ${AFLAGS} ${CPPFLAGS} ${ATARI}/atari/locore.s
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}