aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-10-21 19:15:44 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-10-21 19:15:44 +0000
commit1e5e43861dd87e1660942c96fbcf96918468c10b (patch)
treecd8cdbf650cbe4132a0b74a61e3d1f66c12da0b5 /win32
parentea04893e3c7bd27cf7be8043cedbcb531b65ee99 (diff)
downloadandroid_external_libxml2-1e5e43861dd87e1660942c96fbcf96918468c10b.tar.gz
android_external_libxml2-1e5e43861dd87e1660942c96fbcf96918468c10b.tar.bz2
android_external_libxml2-1e5e43861dd87e1660942c96fbcf96918468c10b.zip
typo pointed out by Stephane Bidoul Daniel
* win32/Makefile.mingw: typo pointed out by Stephane Bidoul Daniel
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw
index 35ce9672..5edaae57 100644
--- a/win32/Makefile.mingw
+++ b/win32/Makefile.mingw
@@ -138,7 +138,7 @@ endif
# Libxml object files.
XML_OBJS = $(XML_INTDIR)/c14n.o\
$(XML_INTDIR)/catalog.o\
- $(XML_INTDIR)/chvalid.obj\
+ $(XML_INTDIR)/chvalid.o\
$(XML_INTDIR)/debugXML.o\
$(XML_INTDIR)/dict.o\
$(XML_INTDIR)/DOCBparser.o\
@@ -179,7 +179,7 @@ XML_SRCS = $(subst .o,.c,$(subst $(XML_INTDIR)/,$(XML_SRCDIR)/,$(XML_OBJS)))
# Static libxml object files.
XML_OBJS_A = $(XML_INTDIR_A)/c14n.o\
$(XML_INTDIR_A)/catalog.o\
- $(XML_INTDIR_A)/chvalid.obj\
+ $(XML_INTDIR_A)/chvalid.o\
$(XML_INTDIR_A)/debugXML.o\
$(XML_INTDIR_A)/dict.o\
$(XML_INTDIR_A)/DOCBparser.o\