From 7eb2940eed64a0d516d9a8b713688f1db868e366 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 27 Jun 2001 11:49:02 -0400 Subject: [PATCH] alphabetized --- Source/cmCommands.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index 24b099454..d884b1cf4 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -32,13 +32,13 @@ #include "cmIncludeRegularExpressionCommand.cxx" #include "cmInstallFilesCommand.cxx" #include "cmInstallTargetsCommand.cxx" -#include "cmOutputRequiredFilesCommand.cxx" #include "cmLinkDirectoriesCommand.cxx" #include "cmLinkLibrariesCommand.cxx" #include "cmLoadCacheCommand.cxx" #include "cmMakeDirectoryCommand.cxx" #include "cmMessageCommand.cxx" #include "cmOptionCommand.cxx" +#include "cmOutputRequiredFilesCommand.cxx" #include "cmProjectCommand.cxx" #include "cmSetCommand.cxx" #include "cmSiteNameCommand.cxx" @@ -84,13 +84,13 @@ void GetPredefinedCommands(std::list& commands) commands.push_back(new cmIncludeRegularExpressionCommand); commands.push_back(new cmInstallFilesCommand); commands.push_back(new cmInstallTargetsCommand); - commands.push_back(new cmOutputRequiredFilesCommand); commands.push_back(new cmLinkDirectoriesCommand); commands.push_back(new cmLinkLibrariesCommand); commands.push_back(new cmLoadCacheCommand); commands.push_back(new cmMakeDirectoryCommand); commands.push_back(new cmMessageCommand); commands.push_back(new cmOptionCommand); + commands.push_back(new cmOutputRequiredFilesCommand); commands.push_back(new cmProjectCommand); commands.push_back(new cmSetCommand); commands.push_back(new cmSiteNameCommand);