From 733e3ed41203ad6e79097dbeda973d198d1cead4 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 25 May 2010 02:35:04 +0000 Subject: ${SRCS} is only used once, and fits onto the line where it is used idea that came out of discussion with drahn --- sys/arch/beagle/conf/Makefile.beagle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/arch/beagle') diff --git a/sys/arch/beagle/conf/Makefile.beagle b/sys/arch/beagle/conf/Makefile.beagle index f1c7fb6d036..5671554cb20 100644 --- a/sys/arch/beagle/conf/Makefile.beagle +++ b/sys/arch/beagle/conf/Makefile.beagle @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.beagle,v 1.24 2010/05/24 23:19:21 deraadt Exp $ +# $OpenBSD: Makefile.beagle,v 1.25 2010/05/25 02:35:02 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -133,9 +133,8 @@ tags: @echo "see $S/kern/Makefile for tags" AFILES= ${_machdir}/${_mach}/${_mach}_start.S ${_archdir}/${_arch}/locore.S -SRCS= ${AFILES} param.c ioconf.c ${CFILES} ${SFILES} depend:: .depend -.depend: ${SRCS} assym.h param.c ${DB_STRUCTINFO} +.depend: ${AFILES} param.c ioconf.c ${CFILES} ${SFILES} assym.h ${DB_STRUCTINFO} ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${AFILES} ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} .if !empty(SFILES) -- cgit v1.2.3