From e08a60bb970c66f8dcb6a859eeca77837d2d086d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 24 Oct 1998 18:41:28 +0000 Subject: 1998-10-24 Roland McGrath * i386/Makefrag ($(systype)/device-drivers.h): Depend on $(systype)/driverlist, and have no commands. --- i386/Makefrag | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'i386') diff --git a/i386/Makefrag b/i386/Makefrag index 8e12479..4e28e09 100644 --- a/i386/Makefrag +++ b/i386/Makefrag @@ -167,7 +167,10 @@ i386-installed-headers= mach/proc_ops.h \ $(sysdep)/configure: $(sysdep)/Drivers.in $(srcdir)/Drivers.macros cd $(sysdep) && rm -f configure && autoconf Drivers.in > configure -$(systype)/device-drivers.h $(systype)/driverlist: $(sysdep)/driverlist.in $(systype)/config.status +# Running config.status always creates driverlist, but +# only touches device-drivers.h if it changed. +$(systype)/device-drivers.h: $(systype)/driverlist +$(systype)/driverlist: $(sysdep)/driverlist.in $(systype)/config.status cd $(systype) && ./config.status $(systype)/config.status: $(sysdep)/configure -- cgit v1.2.3