From a8e136abbb5e45c062b075c17563fc703665fe77 Mon Sep 17 00:00:00 2001 From: danfe Date: Sun, 7 Dec 2014 16:21:36 +0000 Subject: Sort entries alphabetically across all categories to avoid extra repo churn. --- emulators/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators/Makefile') diff --git a/emulators/Makefile b/emulators/Makefile index 76061518ab1f..5c1383bf542f 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -70,11 +70,11 @@ SUBDIR += lib765 SUBDIR += libdsk SUBDIR += libspectrum + SUBDIR += linux-c6 + SUBDIR += linux-f10 SUBDIR += linux_base-c6 SUBDIR += linux_base-f10 SUBDIR += linux_base-gentoo-stage3 - SUBDIR += linux-c6 - SUBDIR += linux-f10 SUBDIR += linux_dist-gentoo-stage3 SUBDIR += lisaem SUBDIR += loemu @@ -153,8 +153,8 @@ SUBDIR += vmw SUBDIR += vxtools SUBDIR += wine - SUBDIR += wine-devel SUBDIR += wine-compholio + SUBDIR += wine-devel SUBDIR += wine-gecko SUBDIR += wine-gecko-devel SUBDIR += wine-mono -- cgit