From 8bdfc6bf38a1040ee75a6ad9b182e763da7e1ec3 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Thu, 12 Aug 2004 12:36:04 +0000 Subject: [PATCH] Sort in dictionary order. Suggested by: ru --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile b/include/Makefile index 6fdef2a76a78..8d86a62c9081 100644 --- a/include/Makefile +++ b/include/Makefile @@ -5,7 +5,7 @@ CLEANFILES= osreldate.h version vers.c SUBDIR= arpa protocols rpcsvc rpc -INCS= _ctype.h a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h \ +INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \ db.h \ dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \ fts.h ftw.h getopt.h glob.h grp.h \