summaryrefslogtreecommitdiff
path: root/i386/Makefrag
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-06-10 18:21:55 +0000
committerThomas Bushnell <thomas@gnu.org>1997-06-10 18:21:55 +0000
commit0751daa837c383c270d94bbf468190b99bb64267 (patch)
tree4099b01e99a7b0d5ea2ca6b4816d55fe6db1e428 /i386/Makefrag
parent1091d287bad2ce66223ad975dca4b54281ee83ba (diff)
Tue Jun 10 13:33:37 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* 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 <thomas@gnu.ai.mit.edu> * i386/Drivers.in: Fix typos apt.o -> atp.o; 3c403.o -> 3c503.o. * Drivers.macros (AC_DRIVER): Test the class selected flag correctly.
Diffstat (limited to 'i386/Makefrag')
-rw-r--r--i386/Makefrag2
1 files changed, 1 insertions, 1 deletions
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))