From 99ba4dfee6934c1f65f025d210f8e77d2c1e656a Mon Sep 17 00:00:00 2001 From: Royce Mitchell III Date: Fri, 11 Mar 2005 23:13:03 +0000 Subject: [PATCH] fix case bug with wpp's makefile svn path=/branches/xmlbuildsystem/; revision=13940 --- reactos/tools/tools.mak | 2 +- reactos/tools/wpp/{Makefile => wpp.mak} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename reactos/tools/wpp/{Makefile => wpp.mak} (100%) diff --git a/reactos/tools/tools.mak b/reactos/tools/tools.mak index 44d1dd0302c..851ff66db5d 100644 --- a/reactos/tools/tools.mak +++ b/reactos/tools/tools.mak @@ -61,5 +61,5 @@ include tools/nci/makefile include tools/rbuild/makefile include tools/unicode/makefile include tools/wmc/makefile -include tools/wpp/makefile +include tools/wpp/wpp.mak include tools/wrc/makefile diff --git a/reactos/tools/wpp/Makefile b/reactos/tools/wpp/wpp.mak similarity index 100% rename from reactos/tools/wpp/Makefile rename to reactos/tools/wpp/wpp.mak