make conf.o actually depend on conf.c...

This commit is contained in:
cgd 1993-06-06 23:29:03 +00:00
parent 152053b06a
commit 0d126d8b38
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.13 1993/06/06 04:15:38 cgd Exp $
# $Id: Makefile.i386,v 1.14 1993/06/06 23:29:03 cgd Exp $
#
# Makefile for NetBSD
#
@ -122,7 +122,7 @@ ioconf.o: ioconf.c $S/sys/param.h machine/pte.h $S/sys/buf.h \
${I386}/isa/isa_device.h ${I386}/isa/isa.h ${I386}/isa/icu.h
${CC} -c ${CFLAGS} ioconf.c
conf.o:
conf.o: ${I386}/i386/conf.c
${CC} -traditional -c ${CFLAGS} ${I386}/i386/conf.c
param.c: $S/conf/param.c