summaryrefslogtreecommitdiff
path: root/win32/Makefile.mingw
diff options
context:
space:
mode:
authorIgor Zlatkovic <igor@src.gnome.org>2005-04-06 20:42:35 +0000
committerIgor Zlatkovic <igor@src.gnome.org>2005-04-06 20:42:35 +0000
commitf52de60f11e362392dd18ed23b4584bb6bb2a02e (patch)
tree00a281eec4aed3aa62460b169207140dc8e95734 /win32/Makefile.mingw
parent53dbdd77740daeca8a3c15efd37b4c251ba18629 (diff)
downloadlibxml2-f52de60f11e362392dd18ed23b4584bb6bb2a02e.tar.gz
fixed mingw compilation
Diffstat (limited to 'win32/Makefile.mingw')
-rw-r--r--win32/Makefile.mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw
index a96c2281..8de1ae93 100644
--- a/win32/Makefile.mingw
+++ b/win32/Makefile.mingw
@@ -136,7 +136,7 @@ XML_OBJS = $(XML_INTDIR)/c14n.o\
$(XML_INTDIR)/xmlmemory.o\
$(XML_INTDIR)/xmlreader.o\
$(XML_INTDIR)/xmlregexp.o\
- $(XML_INTDIR)\xmlmodule.o\
+ $(XML_INTDIR)/xmlmodule.o\
$(XML_INTDIR)/xmlsave.o\
$(XML_INTDIR)/xmlschemas.o\
$(XML_INTDIR)/xmlschemastypes.o\
@@ -182,7 +182,7 @@ XML_OBJS_A = $(XML_INTDIR_A)/c14n.o\
$(XML_INTDIR_A)/xmlmemory.o\
$(XML_INTDIR_A)/xmlreader.o\
$(XML_INTDIR_A)/xmlregexp.o\
- $(XML_INTDIR_A)\xmlmodule.o\
+ $(XML_INTDIR_A)/xmlmodule.o\
$(XML_INTDIR_A)/xmlsave.o\
$(XML_INTDIR_A)/xmlschemas.o\
$(XML_INTDIR_A)/xmlschemastypes.o\