From 679e6f6c0933005c0c4eb7717dd3f9fe61f65996 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Fri, 7 Jan 2005 15:36:40 +0000 Subject: [PATCH] fix case of XML.o svn path=/branches/xmlbuildsystem/; revision=12870 --- reactos/tools/rbuild/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/rbuild/makefile b/reactos/tools/rbuild/makefile index 6b1d693f32b..9cdbc818727 100644 --- a/reactos/tools/rbuild/makefile +++ b/reactos/tools/rbuild/makefile @@ -18,7 +18,7 @@ BASE_OBJECTS = \ module.o \ project.o \ ssprintf.o \ - xml.o + XML.o OBJECTS = $(BASE_OBJECTS) rbuild.o