From 0751daa837c383c270d94bbf468190b99bb64267 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 10 Jun 1997 18:21:55 +0000 Subject: Tue Jun 10 13:33:37 1997 Thomas Bushnell, n/BSG * i386/Makefrag (objfiles += $(device_drivers)): Sort $(device_drivers) before adding to objfiles in order to remove duplicates. Mon Jun 9 22:14:09 1997 Thomas Bushnell, n/BSG * i386/Drivers.in: Fix typos apt.o -> atp.o; 3c403.o -> 3c503.o. * Drivers.macros (AC_DRIVER): Test the class selected flag correctly. --- i386/Makefrag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i386/Makefrag') diff --git a/i386/Makefrag b/i386/Makefrag index 0171130..9211f54 100644 --- a/i386/Makefrag +++ b/i386/Makefrag @@ -121,7 +121,7 @@ endif include i386/driverlist -objfiles += $(device_drivers) +objfiles += $(sort $(device_drivers)) -- cgit v1.2.3